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!

.conf24 | Registration Open!

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

Splunk is officially part of Cisco

Revolutionizing how our customers build resilience across their entire digital footprint.   Splunk ...

Splunk APM & RUM | Planned Maintenance March 26 - March 28, 2024

There will be planned maintenance for Splunk APM and RUM between March 26, 2024 and March 28, 2024 as ...