修复fluentd拆分单行docker日志为多行的问题

dev2
baixiaoyong 2021-01-27 21:43:25 -08:00 committed by jmgao
parent d19a7f27d2
commit 691467b0c9
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@ data:
<filter **>
@id filter_concat
@type concat
key message
key log
use_first_timestamp true
multiline_end_regexp /\n$/
separator ""
</filter>