diff --git a/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl b/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl index 15fd30d55f..ea1389cab1 100644 --- a/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl +++ b/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl @@ -354,6 +354,7 @@ receivers: - type: recombine id: {{ include "splunk-otel-collector.newlineKey" . | quote}} output: clean-up-log-record + source_identifier: $$resource["com.splunk.source"] combine_field: log is_first_entry: '($$.log) matches {{ .firstEntryRegex | quote }}' {{- end }}