File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
helm-chart/splunk-connect-for-kubernetes/charts/splunk-kubernetes-logging/templates Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 75
75
<source>
76
76
@id containers.log
77
77
@type tail
78
- @label @CONCAT
78
+ @label @CUSTOM
79
79
tag tail.containers.*
80
80
path {{ .Values.fluentd.path | default "/var/log/containers/*.log" }}
81
81
{{- if .Values.fluentd.exclude_path }}
@@ -109,7 +109,7 @@ data:
109
109
<source>
110
110
@id tail.file.{{ $name }}
111
111
@type tail
112
- @label @CONCAT
112
+ @label @CUSTOM
113
113
tag tail.file.{{ or $logDef.sourcetype $name }}
114
114
path {{ $logDef.from.file.path }}
115
115
pos_file {{ $.Values.containers.path }}/splunk-fluentd-{{ $name }}.pos
@@ -152,7 +152,7 @@ data:
152
152
<source>
153
153
@id journald-{{ $name }}
154
154
@type systemd
155
- @label @CONCAT
155
+ @label @CUSTOM
156
156
tag journald.{{ or $logDef.sourcetype $name }}
157
157
path {{ $.Values.journalLogPath | quote }}
158
158
matches [{ "_SYSTEMD_UNIT": {{ $logDef.from.journald.unit | quote }} }]
@@ -460,9 +460,9 @@ data:
460
460
{{- end }}
461
461
{{- end }}
462
462
463
- # Events are relabeled then emitted to the SPLUNK label
463
+ # Events are relabeled then emitted to the CONCAT label
464
464
<match **>
465
465
@type relabel
466
- @label @SPLUNK
466
+ @label @CONCAT
467
467
</match>
468
468
</label>
You can’t perform that action at this time.
0 commit comments