You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 cannot increase flush_interval as I am trying to figure out how to concat messages with timeout_label.
Steps to replicate
I am using below script to simulate the data generation. This will sleep 10 sec to generate the last line of the multiline message. (flush_interval is 5 sec thus getting timeout scenario)
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 cannot increase flush_interval as I am trying to figure out how to concat messages with timeout_label.
Steps to replicate
I am using below script to simulate the data generation. This will sleep 10 sec to generate the last line of the multiline message. (flush_interval is 5 sec thus getting timeout scenario)
Sample data
Below is the fluent.conf file having @concat plugin. flush_interval is 5sec, so that we can get the timeout scenario.
Expected Behavior
...
Your environment
centos-7
fluentd 1.12.3
The text was updated successfully, but these errors were encountered: