Skip to content

Commit

Permalink
Fix bad docs for splunk tls config (#33312)
Browse files Browse the repository at this point in the history
**Description:** Documentation only change

**Documentation:** Small change to fix bad reference docs for splunk
  • Loading branch information
fluzzykitten authored May 31, 2024
1 parent 56b9c16 commit 5427c93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exporter/splunkhecexporter/example/otel-collector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ exporters:
timeout: 10s
# Whether to skip checking the certificate of the HEC endpoint when sending data over HTTPS. Defaults to false.
# For this demo, we use a self-signed certificate on the Splunk docker instance, so this flag is set to true.
insecure_skip_verify: true
tls:
insecure_skip_verify: true

service:
pipelines:
Expand Down

0 comments on commit 5427c93

Please sign in to comment.