All apps · 0 apps
splunk
Docker app from Andrew207's Repository
Overview
This is a Dockerfile for Splunk designed for OpenShift and Unraid based on Alpine Linux - https://www.splunk.com
If you run the Dockerfile with no arguments you will get a single instance of Splunk 9.0.3 with the user admin:changeme2019.
The web interface is exposed on port HTTP/8000, data ingest on TCP/9997, and API on HTTPS/8089.
Compatible with Splunk 7.1.0 and newer.
Install Splunk on Unraid in a few clicks.
Find Splunk in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for Splunk Review the template variables and paths Click Install
Categories
Download Statistics
369,684
Total Downloads
600
This Month
393
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allLinks
Details
Repository
atunnecliffe/splunkLast Updated2024-07-21
First Seen2019-06-19
Runtime arguments
- Web UI
http://[IP]:[PORT:8000]- Network
bridge- Shell
sh- Privileged
- false
Template configuration
WebPorttcp
HTTP Web UI
- Target
- 8000
- Default
- 8000
- Value
- 8000
DataPersistPathrw
For indexed data persistence
- Target
- /splunkdata
- Default
- /mnt/user/appdata/splunkenterprise/splunkdata
ConfigPersistPathrw
For config and app data persistence
- Target
- /opt/splunk/etc/apps
- Default
- /mnt/user/appdata/splunkenterprise/etc/apps
AppCredsPersistPathrw
For password/encryption persistence
- Target
- /opt/splunk/etc/auth
- Default
- /mnt/user/appdata/splunkenterprise/etc/auth
Splunk start argsVariable
Arguments to start Splunk with.
- Target
- SPLUNK_CLI_ARGS
- Default
- --accept-license --no-prompt
- Value
- --accept-license --no-prompt
Admin PasswordVariable
Splunk Web UI admin password.
- Target
- ADMIN_PASSWORD
- Default
- changeme2019
- Value
- changeme2019
ManagementPorttcp
HTTPS API
- Target
- 8089
- Default
- 8089
- Value
- 8089
Data IngestPorttcp
SplunkTCP input
- Target
- 9997
- Default
- 9997
- Value
- 9997