diff --git a/splunk/otelcol-config-filelog.yml b/splunk/otelcol-config-filelog.yml index dc60061d5e..e8d58e3901 100644 --- a/splunk/otelcol-config-filelog.yml +++ b/splunk/otelcol-config-filelog.yml @@ -161,6 +161,8 @@ exporters: sourcetype: "otel" index: "astronomyshop" profiling_data_enabled: false + tls: + insecure_skip_verify: false service: extensions: [health_check, http_forwarder, zpages] diff --git a/splunk/otelcol-config-fluentd.yml b/splunk/otelcol-config-fluentd.yml index 90828ea3a8..ce4bb9d2fc 100644 --- a/splunk/otelcol-config-fluentd.yml +++ b/splunk/otelcol-config-fluentd.yml @@ -114,7 +114,8 @@ exporters: sourcetype: "otel" index: "astronomyshop" profiling_data_enabled: false - + tls: + insecure_skip_verify: false service: extensions: [health_check, http_forwarder, zpages] # telemetry: diff --git a/splunk/otelcol-config.yml b/splunk/otelcol-config.yml index 9e6937924d..f5b4d001a4 100644 --- a/splunk/otelcol-config.yml +++ b/splunk/otelcol-config.yml @@ -114,6 +114,8 @@ exporters: sourcetype: "otel" index: "astronomyshop" profiling_data_enabled: false + tls: + insecure_skip_verify: false service: extensions: [health_check, http_forwarder, zpages]