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
Fluentd v0.14 has clear and useful API to implement plugins.
So I want to migrate this plugin to Fluentd v0.14 API.
I think we can implement this plugin as filter plugin using Fluentd v0.14 API.
And we can drop output plugin version of this plugin.
Because Fluentd developers said: Use label feature to control routing instead of modifying tags.
The text was updated successfully, but these errors were encountered:
Will this filter plugin use #filter_stream?
If so, it will be less useful because #filter_stream will not be optimized on v0.14.
see: fluent/fluentd#1145
Fluentd v0.14 has clear and useful API to implement plugins.
So I want to migrate this plugin to Fluentd v0.14 API.
I think we can implement this plugin as filter plugin using Fluentd v0.14 API.
And we can drop output plugin version of this plugin.
Because Fluentd developers said: Use label feature to control routing instead of modifying tags.
The text was updated successfully, but these errors were encountered: