docker-logging-plugin
docker-logging-plugin copied to clipboard
Splunk Connect for Docker is a Docker logging plugin that allows docker containers to send their logs directly to Splunk Enterprise or a Splunk Cloud deployment.
## Proposed changes Introduce a new splunk-format named "hec" which fixes issue https://github.com/splunk/docker-logging-plugin/issues/48 This allows containers to output logs in the JSON format as expected by the Splunk HEC endpoint...
HEC supports passing additional fields that are not directly part of the event data. This is useful for example to provide additional metadata about the events beyond just the sourcename....
Hello and please forgive me if this is not the appropriate place to ask this question. I would like to add a "time" field to the POST body with a...
Hello and please forgive me if this is not the appropriate place to ask this question. I would like to know if it's possible to add configuration to the daemon.json...
Is there some documentation about the functional differences between the `splunk` logging driver, which docker docs mention here: https://docs.docker.com/config/containers/logging/splunk/ vs the `splunk-logging-plugin` (the one from this repo?) I did look...
**What happened**: We have a cluster of nodes running docker and managed by marathon/mesos. The containers running there are using the docker splunk logging plugin to send logs to the...
We have just found that all the logs sent to splunk are also logged to disk. ``` [root@hostname docker]# sudo docker plugin ls ID NAME DESCRIPTION ENABLED a6269368de77 splunk-logging-plugin:latest Splunk...
Current behavior of docker-logging-plugin only accepts one value for splunk-url field. We should update the plugin to accept list for splunk-url.
Functional tests are failing randomly in CI setup when running all the tests together. But tests are not failing when running them in groups (Splitting the tests in 2 or...
splunk-capath is read before volume mount: as a result, it can't find the certificate, bc it's not been mounted yet driver: "splunk-logging-plugin" options: splunk-url: "https://xxxxxx/" splunk-token: "xxxxx" splunk-capath: "/etc/nginx/XXX.crt" tag:...