All Apps and Add-ons

Problem in running a command in splunk hosted in docker

virtuosoo
Explorer

Hello ,

I am trying to run an instance of splunk on docker-composite.
Everything seems working , But I need to run splunk command to add a user, I don't know how to do it via docker-composer.

  • So my problem is "How to configure docker-compose to
    run "?

    splunk add user test -role Admin -password testpassword -full-name "TEST"

  • My Config docker-compose :

version: "2"

services:
splunk:
#build: .
hostname: splunk
image: splunk/splunk:7.2
environment:
SPLUNK_START_ARGS: --accept-license --answer-yes
SPLUNK_ENABLE_LISTEN: 9997
SPLUNK_ADD: tcp 1514
SPLUNK_PASSWORD: "test12345"
volumes:
- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
ports:
- "8000:8000"
- "9997:9997"
- "8088:8088"
- "1514:1514"

THANK YOU IN ADVANCE !!!

0 Karma

codebuilder
Influencer

All you need to do is connect to the console:

docker exec -it <image_id> /bin/bash

Alternatively, you can pass in the full command you want to run with the same syntax:

docker exec -it <image_id> /opt/splunk/bin/splunk <your_command_here>
----
An upvote would be appreciated and Accept Solution if it helps!
0 Karma
Get Updates on the Splunk Community!

ATTENTION!! We’re MOVING (not really)

Hey, all! In an effort to keep this Slack workspace secure and also to make our new members' experience easy, ...

Splunk Admins: Build a Smarter Stack with These Must-See .conf25 Sessions

  Whether you're running a complex Splunk deployment or just getting your bearings as a new admin, .conf25 ...

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...