- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

TiagoTLD1
Communicator
04-12-2017
08:30 AM
Hi,
I am using a docker container with Splunk, and I can't access my web interface as usual with a normal installation... Here is the log:
Any ideas ?
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
alacercogitatus

SplunkTrust
04-12-2017
08:37 AM
When running Splunk Docker Containers, you have to pass through the port.
docker run -d -p 8000:8001 <splunk_image>
This exposes localhost:8000
to point to <docker>:8001
and that will give you what you need.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
alacercogitatus

SplunkTrust
04-12-2017
08:37 AM
When running Splunk Docker Containers, you have to pass through the port.
docker run -d -p 8000:8001 <splunk_image>
This exposes localhost:8000
to point to <docker>:8001
and that will give you what you need.
