Skip to content
New issue

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

Route fluentd internal log events to specified label #1038

Closed
tagomoris opened this issue Jun 7, 2016 · 3 comments
Closed

Route fluentd internal log events to specified label #1038

tagomoris opened this issue Jun 7, 2016 · 3 comments
Labels
feature request *Deprecated Label* Use enhancement label in general v0.14

Comments

@tagomoris
Copy link
Member

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.

@tagomoris tagomoris added feature request *Deprecated Label* Use enhancement label in general v0.14 labels Jun 7, 2016
@tagomoris
Copy link
Member Author

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.

@tagomoris
Copy link
Member Author

#485 relates with this.

@tagomoris
Copy link
Member Author

#1405 fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request *Deprecated Label* Use enhancement label in general v0.14
Projects
None yet
Development

No branches or pull requests

1 participant