Skip to content

Commit cc432ae

Browse files
excluding .tmp files for Windows platform
1 parent 4cfcbd4 commit cc432ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ receivers:
429429
{{- if .Values.featureGates.fixMissedLogsDuringLogRotation }}
430430
{{- if .Values.isWindows }}
431431
- "C:\\var\\log\\pods\\*\\*\\*.log*.gz"
432+
- "C:\\var\\log\\pods\\*\\*\\*.log*.tmp"
432433
{{- else }}
433434
- "/var/log/pods/*/*/*.log*.gz"
434435
{{- end }}

0 commit comments

Comments
 (0)