diff --git a/demo-with-compose.sh b/demo-with-compose.sh deleted file mode 100755 index 9e5dbac..0000000 --- a/demo-with-compose.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env bash -#Copyright 2019 Splunk, Inc. -# -#Use of this source code is governed by a BSD-2-clause-style -#license that can be found in the LICENSE-BSD2 file or at -#https://opensource.org/licenses/BSD-2-Clause -docker-compose -f tests/docker-compose-script.yml build -docker-compose -f tests/docker-compose-script.yml up -d splunk -sleep 60 -docker-compose -f tests/docker-compose-script.yml up -d sc4s -sleep 5 -docker-compose -f tests/docker-compose-script.yml up - -EXIT=$0 diff --git a/docs/demo.md b/docs/demo.md deleted file mode 100644 index 8d80112..0000000 --- a/docs/demo.md +++ /dev/null @@ -1,36 +0,0 @@ -# Use the demo - -The Splunk Connect for syslog demo uses docker and docker compose -to configure a instance of Splunk along with syslog-ng and a test -harness to simulate a mix of events. Ensure git, docker and docker-compose -are pre-installed and working prior to continuing. - - -- Clone the repository and cd into directory - -```bash -git clone git@github.com:splunk/splunk-connect-for-syslog.git -cd splunk-connect-for-syslog -``` - -- Create a working .env file * Note for demo purposes this file does not need to be modified - -```bash -cp .env.template .env -``` - -- Update the splunkbase username and password in .env this allows the splunk container to install required add-ons for the demo - -- Start the demo environment - -```bash -./demo-with-compose.sh -``` - -- Login to splunk by browsing to http://127.0.0.1:8000 user name admin password "Changed@11" - -- Search the main index to see indexed events - -```spl -index = * -``` diff --git a/mkdocs.yml b/mkdocs.yml index 55bf0b8..2cc7387 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,7 +33,6 @@ nav: - Ubiquiti: sources/Ubiquiti/index.md - VMware: sources/VMWare/index.md - Zscaler: sources/Zscaler/index.md - - "Demo Lab": "demo.md" - Performance: "performance.md" - Troubleshooting: "troubleshooting.md" - "Upgrading SC4S": "upgrade.md"