Skip to content

Commit

Permalink
Fix bad docs for splunk tls config
Browse files Browse the repository at this point in the history
  • Loading branch information
fluzzykitten authored May 30, 2024
1 parent fc08be9 commit 25df90d
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 25df90d

Please sign in to comment.