Skip to content

Splunk Playground

License

Notifications You must be signed in to change notification settings

immontilla/splunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Splunk Playground

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published