We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfcbd4 commit cc432aeCopy full SHA for cc432ae
helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl
@@ -429,6 +429,7 @@ receivers:
429
{{- if .Values.featureGates.fixMissedLogsDuringLogRotation }}
430
{{- if .Values.isWindows }}
431
- "C:\\var\\log\\pods\\*\\*\\*.log*.gz"
432
+ - "C:\\var\\log\\pods\\*\\*\\*.log*.tmp"
433
{{- else }}
434
- "/var/log/pods/*/*/*.log*.gz"
435
{{- end }}
0 commit comments