-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes #116 * REMOVES CHANGELOG which is not maintained
- Loading branch information
Ryan Faircloth
authored and
GitHub
committed
Oct 11, 2019
1 parent
01f9fb4
commit a402183
Showing
4 changed files
with
55 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # 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 = * | ||
| ``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters