Skip to content

Commit d5d2b0e

Browse files
konouiPettitWesley
authored andcommitted
init: add multiline_parser
1 parent 231e428 commit d5d2b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/fluent_bit_init_process.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ func processConfigFile(path string) {
197197

198198
content := string(contentBytes)
199199

200-
if strings.Contains(content, "[PARSER]") {
200+
if strings.Contains(content, "[PARSER]") || strings.Contains(content, "[MULTILINE_PARSER]") {
201201
// this is a parser config file, change command
202202
updateCommand(path)
203203
} else {

0 commit comments

Comments
 (0)