You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, fluentd's internal logs can be captured by using <match fluent.*> sections, but it can't be routed to labels.
I think fluentd should be able to do it, to standardize routing by labels.
The text was updated successfully, but these errors were encountered:
It's better to suppress log forwarding into plugins before #start completion, and just before calling #stop.
Plugins can process events between #start and #stop. Otherwise, plugins cannot process events in general.
So we should stop emitting Fluentd's log events out of these state, and also should add an option to emit events forcedly always.
Currently, fluentd's internal logs can be captured by using
<match fluent.*>
sections, but it can't be routed to labels.I think fluentd should be able to do it, to standardize routing by labels.
The text was updated successfully, but these errors were encountered: