Splunk Playground
- Generate a random password issuing
export RANDOMPASS=`date +%s | sha256sum | base64 | head -c 32 ; echo`- Read its value and store it safely
echo $RANDOMPASS- Up!
docker-compose up -dLog into Splunk opening the url http://localhost:8000 using admin as username and the password generated previously.