okkez
okkez
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...
Current configuration is redundant and very complicated. We can simplify parameters using record_accessor plugin helper. My plan is followings: * organize configurations * remove mask/{key,key_chain,key_chanis} * use record_accessor plugin helper...
I'm testing fluent-plugin-s3 v1.5.1 (The previous version is v1.2.1) I got the following warning message on boot. > #0 [user-identification-user-s3] No ${chunk_id} or %{uuid_flush} in s3_object_key_format with multiple flush threads....
Close #94
Move from #73 (about ack response) What should we do about ack response handling? * https://github.com/fluent/fluent-logger-node/pull/73#issuecomment-318191990 * https://github.com/fluent/fluent-logger-node/pull/73#issuecomment-318199250 I've investigated: * Fluentd v0.12 out_forward blocks * Fluentd v0.14 out_forward non-blocking...
This revives #16
See test code for more details.