Splunk Enterprise Security

Mount Volume to Forwarder Container

ekumar
New Member

Hello,

I am trying to install the Splunk UF on a Docker container and mount the container to a specific volume. I am having success installing the container but when I add in a mount command the container is starting and exiting right away.

I am using Splunk UF version 7.2.6 taken from the following URL: https://hub.docker.com/r/splunk/universalforwarder

Here is the command I am running after creating an image:
*docker run -d -p 9997:9997 -e "SPLUNK_START_ARGS=--accept-license" -e "SPLUNK_PASSWORD=" -v : --name *

Any help would be much appreciated.

0 Karma

ekumar
New Member

The full command got cutoff:

docker run -d -p 9997:9997 -e "SPLUNK_START_ARGS=--accept-license" -e "SPLUNK_PASSWORD=<password>" -v <name of volume>:<volume destination in container> --name <name of container> <image>
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.


Introducing Unified TDIR with the New Enterprise Security 8.2

Read the blog
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...