- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I configure the universal forwarder in Docker?

sabche
New Member
02-14-2019
04:44 AM
Hi guys,
How can I configure the universal forwarder in Docker?
I create the image and container, but in the container, I cant find the .conf files that I need for configuring the universal forwarder. I have Splunk and the forwarder in a docker environment.
thanks
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
chrisyounger

SplunkTrust
02-14-2019
11:20 AM
If you used the official Splunk Universal forwarder image here: https://hub.docker.com/r/splunk/universalforwarder/ then splunk will be installed to /opt/splunkforwarder
and the .conf
files will all be in the usual spots under etc
. You can either the etc
path as a volume so you can edit it out of the container.
