Skip to content

Commit

Permalink
Merge pull request kube-logging#1663 from helio/release-4.5-fix-parse…
Browse files Browse the repository at this point in the history
…rs-conf-location

fix: default parsers conf location wrong on windows
  • Loading branch information
pepov authored Feb 7, 2024
2 parents bbb877a + 82a74a8 commit b2f6253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/nodeagent/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var fluentBitConfigTemplate = `
Grace {{ .Grace }}
Daemon Off
Log_Level {{ .LogLevel }}
Parsers_File /fluent-bit/conf/parsers.conf
Parsers_File /fluent-bit/etc/parsers.conf
Coro_Stack_Size {{ .CoroStackSize }}
{{- if .Monitor.Enabled }}
HTTP_Server On
Expand Down

0 comments on commit b2f6253

Please sign in to comment.