File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -78,16 +78,15 @@ var fluentBitConfigTemplate = `
7878[FILTER]
7979 Name modify
8080 Match *
81- {{- range $rule := $modify.Rules }}
82- {{- $operation := $rule.Operation }}
83- {{ $operation.Op }} {{ $operation.Key }} {{ if $operation.Value }}{{ $operation.Value }}{{ end }}
84- {{- end }}
85-
8681 {{- range $condition := $modify.Conditions }}
8782 {{- $operation := $condition.Operation }}
8883 Condition {{ $operation.Op }} {{ $operation.Key }} {{ if $operation.Value }}{{ $operation.Value }}{{ end }}
8984 {{- end }}
9085
86+ {{- range $rule := $modify.Rules }}
87+ {{- $operation := $rule.Operation }}
88+ {{ $operation.Op }} {{ $operation.Key }} {{ if $operation.Value }}{{ $operation.Value }}{{ end }}
89+ {{- end }}
9190{{- end}}
9291
9392[OUTPUT]
You can’t perform that action at this time.
0 commit comments