Skip to content

Commit 076ea12

Browse files
bootswithdeferrockb1017
authored andcommitted
make CUSTOM the first label in the chain instead of CONCAT
1 parent 274b886 commit 076ea12

File tree

1 file changed

+5
-5
lines changed
  • helm-chart/splunk-connect-for-kubernetes/charts/splunk-kubernetes-logging/templates

1 file changed

+5
-5
lines changed

helm-chart/splunk-connect-for-kubernetes/charts/splunk-kubernetes-logging/templates/configMap.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ data:
7575
<source>
7676
@id containers.log
7777
@type tail
78-
@label @CONCAT
78+
@label @CUSTOM
7979
tag tail.containers.*
8080
path {{ .Values.fluentd.path | default "/var/log/containers/*.log" }}
8181
{{- if .Values.fluentd.exclude_path }}
@@ -109,7 +109,7 @@ data:
109109
<source>
110110
@id tail.file.{{ $name }}
111111
@type tail
112-
@label @CONCAT
112+
@label @CUSTOM
113113
tag tail.file.{{ or $logDef.sourcetype $name }}
114114
path {{ $logDef.from.file.path }}
115115
pos_file {{ $.Values.containers.path }}/splunk-fluentd-{{ $name }}.pos
@@ -152,7 +152,7 @@ data:
152152
<source>
153153
@id journald-{{ $name }}
154154
@type systemd
155-
@label @CONCAT
155+
@label @CUSTOM
156156
tag journald.{{ or $logDef.sourcetype $name }}
157157
path {{ $.Values.journalLogPath | quote }}
158158
matches [{ "_SYSTEMD_UNIT": {{ $logDef.from.journald.unit | quote }} }]
@@ -460,9 +460,9 @@ data:
460460
{{- end }}
461461
{{- end }}
462462
463-
# Events are relabeled then emitted to the SPLUNK label
463+
# Events are relabeled then emitted to the CONCAT label
464464
<match **>
465465
@type relabel
466-
@label @SPLUNK
466+
@label @CONCAT
467467
</match>
468468
</label>

0 commit comments

Comments
 (0)