fluent-plugin-rewrite
fluent-plugin-rewrite copied to clipboard
This pr closes #23
I seem to be unable to get this plugin to work. td-agent-3.3.0-1.amazon2018.03.x86_64 fluent-plugin-rewrite (0.1.1) ``` @type rewrite remove_prefix "monoecs" add_prefix "filtered_monoecs" key log pattern ^cell$ replace HERE ``` stdout ```...
Fluentd v0.14.12 or later supports multi process workers. https://www.fluentd.org/blog/fluentd-v0.14.12-has-been-released but, this plugin was errored like this. ``` 2019-06-19 11:26:43 +0900 [error]: config error file="/etc/td-agent/td-agent.conf" error_class=Fluent::ConfigError error="Plugin 'rewrite' does not support...
My log includes a "\n" as string, can I use this plugin to replace it to a legit newline before sending to my output (ex: elasticsearch)? ``` @type rewrite key...
This is a speculative optimization that converts `rewrite_rule.rb` to using symbols instead of strings for the `rule` hash's keys . It should make processing the rules some faint little bit...
Hello. We'd like to be able to use a rule to filter. We currently have a fluent-plugin-grep do the filter, but given that there's an ignore rule in rewrite, it'd...
I want just to strip all newlines in logs, but with the current behavior it'll require rewriting all my rules, because it requires tag modification. I don't want to modify...
Hi. I've added the action to take if do not match the rules. Changes ・Do not emit if the tag is not replaced. ・Output an error message depending on the...
Kubernetes metadata no longer show up after rewrite. ``` @type kubernetes_metadata @id filter_kube_metadata skip_labels false skip_container_metadata false skip_namespace_metadata true skip_master_url true ```