fluent-plugin-concat
fluent-plugin-concat copied to clipboard
timeout flush and can not match java stack multi
Problem
This is my java exception log

And this is my fluentd.conf

And then I open the kibana to search my log,but the log is not my expect and it reports timeout flush

Your environment
fluent-plugin-concat 2.3.0 fluentd 1.3.0 docker 18.09.0 docker-compose 1.23.1
please help me.
How about following?(not tested)
<filter service.**>
@type concat
key log
multiline_start_regexp /^\d{4}-\d{2}-\d{2}/
</filter>
I'm using fluentd as my logging driver for my ECS containers. But I was facing one problem similar as Maplejw posted.
@okkez Thanks for this snippet, your (not tested) example helped me.