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.
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.