Skip to content

Commit b2f6253

Browse files
authored
Merge pull request #1663 from helio/release-4.5-fix-parsers-conf-location
fix: default parsers conf location wrong on windows
2 parents bbb877a + 82a74a8 commit b2f6253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/resources/nodeagent/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var fluentBitConfigTemplate = `
2323
Grace {{ .Grace }}
2424
Daemon Off
2525
Log_Level {{ .LogLevel }}
26-
Parsers_File /fluent-bit/conf/parsers.conf
26+
Parsers_File /fluent-bit/etc/parsers.conf
2727
Coro_Stack_Size {{ .CoroStackSize }}
2828
{{- if .Monitor.Enabled }}
2929
HTTP_Server On

0 commit comments

Comments
 (0)