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
Allow use of logging tags in source and sourcetype fields #52
What would you like to be added:
When running docker compose I would like to be able to set the source and sourcetype using the logging tags: https://docs.docker.com/v17.09/engine/admin/logging/log_tags/. This way I can set up a default logging config and have it applied to all my containers:
Why is this needed:
The alternative is to manually set the source and sourcetype on each container in the compose file which is not very user friendly.
What would you like to be added: When running docker compose I would like to be able to set the source and sourcetype using the logging tags: https://docs.docker.com/v17.09/engine/admin/logging/log_tags/. This way I can set up a default logging config and have it applied to all my containers:
Why is this needed: The alternative is to manually set the source and sourcetype on each container in the compose file which is not very user friendly.