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
63 stars 25 forks source link

Allow 'splunk-url' param to be a list #26

Open luckyj5 opened 6 years ago

luckyj5 commented 6 years ago

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.

abhigarg28 commented 5 years ago

This is more of trying to understand the functionality here, does this plugin supports multiple HEC endpoints? If yes, could you please provide the link to the documentation on how to. If no, that means different logs will have to be send to the same sourcetype, which takes away the searching flexibility.