docker-logging-plugin icon indicating copy to clipboard operation
docker-logging-plugin copied to clipboard

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

Open cyberglad opened this issue 2 years ago • 0 comments

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:

  • /app/{{platform}}/{{pll}}-xxx-nginx-{{inu}}/config:/etc/nginx

Environment:

  • Docker version (use docker version): 20.10.3
  • OS (e.g: cat /etc/os-release): rhel 8
  • Splunk version: 8.2.9

cyberglad avatar Feb 22 '23 07:02 cyberglad