Splunk ‐ Installation - mluchettii/internship-portfolio GitHub Wiki

Splunk container installation

Set up Splunk container in one command:
sudo docker run -d -p 8082:8000 -e SPLUNK_GENERAL_TERMS='--accept-sgt-current-at-splunk-com' -e SPLUNK_START_ARGS='--accept-license' -e SPLUNK_PASSWORD='xxxxxxxxxxxxxx' --name splunk splunk/splunk:latest


Verify container is healthy in Portainer


Access Splunk WebUI via port 8082