Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 382 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 382 Bytes

splunk

Splunk Playground

  1. Generate a random password issuing
export RANDOMPASS=`date +%s | sha256sum | base64 | head -c 32 ; echo`
  1. Read its value and store it safely
echo $RANDOMPASS
  1. Up!
docker-compose up -d

Log into Splunk opening the url http://localhost:8000 using admin as username and the password generated previously.