From 7a1017ca2bf51144ce6aa9facc351ded7fb66cd0 Mon Sep 17 00:00:00 2001 From: jcatera-splunk Date: Wed, 15 Apr 2026 17:15:01 -0700 Subject: [PATCH] Update splunk_hec.yaml Based on the changes made in this merge https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/35476/changes, `otel_attrs_to_hec_metadata/*` config fields replaces the `hec_metadata_to_otel_attrs/*` --- cfg-metadata/exporter/splunk_hec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg-metadata/exporter/splunk_hec.yaml b/cfg-metadata/exporter/splunk_hec.yaml index c13aeff..b6fcefe 100644 --- a/cfg-metadata/exporter/splunk_hec.yaml +++ b/cfg-metadata/exporter/splunk_hec.yaml @@ -313,7 +313,7 @@ fields: default: "" doc: | App version is used to track telemetry information for Splunk App's using HEC by App version. Defaults to the current OpenTelemetry Collector Contrib build version. -- name: hec_metadata_to_otel_attrs +- name: otel_attrs_to_hec_metadata type: splunk.HecToOtelAttrs kind: struct doc: |