下面的 fluentbit 配置能收集多行日志,请问如何应用到 Kubesphere 的 fluentbit 上?
[SERVICE]
Flush 1
Daemon OFF
Log_Level debug
Parsers_File parse_file.conf
[INPUT]
Name tail
Path /data/test.log
Read_from_head true
Multiline on
Parser_Firstline multiline
[OUTPUT]
Name stdout
Match *