splunk / docker-logging-plugin

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.
Apache License 2.0
65 stars 25 forks source link

Splunk Logging Driver splunk-capath: no such file or directory #75

Open cyberglad opened 1 year ago

cyberglad commented 1 year ago

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: "{{pll}}-xxx-nginx-{{inu}}" {% endif %} volumes:

Environment: