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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...