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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...