Starting with hpierce/docker-kali-base
Added:
splunk 6.6.1
Started with splunk/splunk:latest, but it was overcomplicated and ran as root.
Kept getting:
homePath='/opt/splunk/var/lib/splunk/audit/db' of index=audit on unusable filesystem.
Validating databases (splunkd validatedb) failed with code '1'.
Solution is:
Add the following to $SPLUNK_HOME/etc/splunk-launch.conf:
OPTIMISTIC_ABOUT_FILE_LOCKING = 1
You can run it like this:
docker run -p 8000:8000 -it hpierce/docker-kali-splunk /bin/bash
Open browser to: http://localhost:8000
Content type
Image
Digest
Size
1.1 GB
Last updated
about 9 years ago
docker pull hpierce/docker-kali-splunk