niceine/splunkdemo

By niceine

Updated about 6 years ago

Splunk demonstration container, which includes generated movie and snack sales.

Image
0

81

This container is provided as a quick demonstration starting point for real time data. Data is generated in real time for approximately 20-25 minutes one the container image is start and automatically Splunk installed. The base image for this container is from Splunk (splunk/splunk) with minor modifications to copy the /gendata directory and overlay the 'entrypoint.sh' script with two additional commands to add a monitor for /gendata/*.logs and start the /gendata/gentickets.sh script.

Requirements

Docker for WindowsorDocker for Linux

How to

ActionsCommand
To pull the latest copy of the containerdocker pull niceine/splunkdemo
To start the container: (Quick start)docker run -d -p 8000:8000 --name splunkdemo niceine/splunkdemo
To follow the logs while the container startsdocker logs -f splunkdemo
To load Splunk in your web browserhttp://[machinename]:8000 (machine name is the name of your host machine)

user: admin, password: Sp1unk%%

Note:

Please wait 60-90 seconds AFTER starting the container to allow the process to complete the install and begin data generation before attempting to search the data.

Docker Pull Command

docker pull niceine/splunkdemo