fluent-plugin-anomalydetect icon indicating copy to clipboard operation
fluent-plugin-anomalydetect copied to clipboard

Proposal: Migrate to Fluentd v0.14 API and convert to filter plugin

Open okkez opened this issue 9 years ago • 4 comments

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.

okkez avatar Oct 05 '16 03:10 okkez

@muddydixon Do you have any concern? Do you have enough time to maintain this plugin?

okkez avatar Nov 11 '16 02:11 okkez

we want filter plugin with v0.12 API, then want to migrate into v0.14 later.

sonots avatar Nov 18 '16 01:11 sonots

i wanna try it, but in these days I have no time so if you have time, pls make p-r.

muddydixon avatar Nov 18 '16 01:11 muddydixon

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: https://github.com/fluent/fluentd/pull/1145

cosmo0920 avatar Nov 28 '16 09:11 cosmo0920