We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.15.2
12.17.44
Linux ubuntu-16 4.4.0-66-generic
I'm trying to set a container's logging driver to be Splunk, but it doesn't seem to have any effect - logging driver remains json-file
More information on Splunk logging driver - https://docs.docker.com/engine/admin/logging/splunk
docker_container ... do ... log_driver 'splunk' log_opts [ "splunk-token=#{splunk_token}", "splunk-url=#{splunk_host}", "splunk-insecureskipverify=true", "splunk-source=...", "splunk-sourcetype=..." ] ... end
root@ubuntu-16:~# docker inspect -f '{{.HostConfig.LogConfig.Type}}' CONTAINER_ID splunk
root@ubuntu-16:~# docker inspect -f '{{.HostConfig.LogConfig.Type}}' CONTAINER_ID json-file
The text was updated successfully, but these errors were encountered:
This does look like a bug, but we do need to do more investigation. Thanks for reporting.
Sorry, something went wrong.
No branches or pull requests
Cookbook version
2.15.2
Chef-client version
12.17.44
Platform Details
Linux ubuntu-16 4.4.0-66-generic
Scenario:
I'm trying to set a container's logging driver to be Splunk, but it doesn't seem to have any effect - logging driver remains json-file
More information on Splunk logging driver - https://docs.docker.com/engine/admin/logging/splunk
Steps to Reproduce:
Expected Result:
Actual Result:
The text was updated successfully, but these errors were encountered: