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

Good afternoon from France !
I'm sorry to boring you, but I need your help.
Since this morning, I started the installation of Splunk on Linux RedHat.
I successed for read the logs from the physical machine (where Splunk is installed), for read the logs from a remote machine with Splunk forwarder (where my Docker is). And now, I try to read and receive the container's logs from Docker in the interface web Splunk, but doesn't work.
So, step by step :
1) First, I create my Token in Splunk, activate it, and I restart Splunk :
(Sorry, french screen-shot)

Hi,
Thank's, I can see this error yesterday. But even if I change the port from my daemon.json in :
{
"log-driver": "splunk",
"log-opts": {
"splunk-token": "blabla",
"splunk-url": "http://152.34.65.33:**8088**"
}
}
I don't receine any data.
When I am in the web interface splunk, in server, general settings, there is :
Management port : 8089
Web port : 8000
Server applications port : 8065
So, I try to change in my daemon.json the port in :
{
"log-driver": "splunk",
"log-opts": {
"splunk-token": "blabla",
"splunk-url": "http://152.34.65.33:**8089**"
}
}
Still nothing in Splunk !
But thanks for answer
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Have you tried using https as it is the default protocol?
Please try again using
splunk-url": "https://152.34.65.33:8088"
and let me know if that solved the issue.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

The HTTP Event Collector receives data over HTTPS on TCP port 8088 by default.
Your Splunk-url indicates port 8000. That may well be the problem!
