deis / fluentd

Log shipping mechanism for Deis Workflow
https://deis.com
MIT License
10 stars 23 forks source link

feature request - ship custom topics only #82

Open darshanime opened 7 years ago

darshanime commented 7 years ago

Currently, when we enable shipping logs to a remote syslog server, all the logs are shipped.

Internally, if the message is from the Workflow Controller or from an application deployed via workflow, it is sent to the logs topic on the local NSQD instance. If from the Workflow Router, to the metrics topic.

Similarly, there should be an environment variable that takes in logs from which apps to ship to syslog. something like:

SHIP_LOGS_1=controller
SHIP_LOGS_2=my-app-foo
SHIP_LOGS_3=my-app-bar 
Cryptophobia commented 6 years ago

This issue was moved to teamhephy/fluentd#5