Getting Data In

How to configure Splunk docker container

mbagali_splunk
Splunk Employee
Splunk Employee

I want to know the steps on setting up Splunk in Docker container

0 Karma
1 Solution

mbagali_splunk
Splunk Employee
Splunk Employee

Please find the below steps to install Docker on Redhat/CentOs:

-) yum install -y docker docker-compose

-) Check on cmd prompt : docker --version

-) groupadd docker

-) gpasswd -a (For creating a user)

Steps to install Splunk :

-) docker search splunk

Select the latest package and use below command to down load image

-) docker pull splunk/splunk:latest

-) Run the splunk docker container:
$ docker run -d -p 8000:8000 -e 'SPLUNK_START_ARGS=--accept-license' -e 'SPLUNK_PASSWORD=' splunk/splunk:latest

Reference Link:
https://github.com/splunk/docker-splunk/blob/develop/docs/SETUP.md

-

View solution in original post

mbagali_splunk
Splunk Employee
Splunk Employee

Please find the below steps to install Docker on Redhat/CentOs:

-) yum install -y docker docker-compose

-) Check on cmd prompt : docker --version

-) groupadd docker

-) gpasswd -a (For creating a user)

Steps to install Splunk :

-) docker search splunk

Select the latest package and use below command to down load image

-) docker pull splunk/splunk:latest

-) Run the splunk docker container:
$ docker run -d -p 8000:8000 -e 'SPLUNK_START_ARGS=--accept-license' -e 'SPLUNK_PASSWORD=' splunk/splunk:latest

Reference Link:
https://github.com/splunk/docker-splunk/blob/develop/docs/SETUP.md

-

Get Updates on the Splunk Community!

Say goodbye to manually analyzing phishing and malware threats with Splunk Attack ...

In today’s evolving threat landscape, we understand you’re constantly bombarded with phishing and malware ...

AppDynamics is now part of Splunk Ideas

Hello Splunkers, We have exciting news for you! AppDynamics has been added to the Splunk Ideas Portal. Which ...

Advanced Splunk Data Management Strategies

Join us on Wednesday, May 14, 2025, at 11 AM PDT / 2 PM EDT for an exclusive Tech Talk that delves into ...