fluent-plugin-concat
fluent-plugin-concat copied to clipboard
Fluentd Filter plugin to concatenate multiline log separated in multiple events.
#### Problem Allow adding the equivalent of "enable_ruby: true" for the concat plugin fields. I want to create a dynamic multiline pipeline that lets people decide which pattern they want...
#### Problem [error]: config error file="/etc/fluent/fluent.conf" error_class=Fluent::ConfigError error="Unknown filter plugin 'concat'. Run 'gem search -rd fluent-plugin' to find plugins" #### Steps to replicate here is my part config: @type concat...
#### Problem I have a problem with concat plugin. Let's imagine that I have 2 application logs in kubernetes cluster, one application sometimes send logs with Java stacktrace, second one...
See test code for more details.
#### Problem Is it possible to concatenate more than one field ? For the key value ? And is it possible to choose the order of concatenation. For example I...
#### Problem I am using fluent-concat plugin with both flush_interval and timeout_label in the configuration. I am not sure how to concat the messages which are handled by timeout_label. I...
#### Problem I'm trying to concatenate a json log that has \n in the message, this is the original message: June 22nd 2020, 17:50:13.396 | {"message":"I am a test pod...
#### Problem I'm using fluentd collect the kubernetes log. Refresh timeouts can occur when the collection of some applications generates fewer logs with larger intervals. When a refresh timeout occurred,...
#### Problem Since kubernetes is deprecating docker log driver and using containerd instead. We need to support concat both containerd and docker in the same time to make sure upgrade...
The problematic sequence: 1. Add last line to `@buffer` 2. Call `flush_buffer` in `flush_timeout_buffer` (via periodical timer) 3. `flush_buffer` Sequence 2 and 3 may race.