Skip to content

Commit

Permalink
added insecure_skip_verify option to Splunk HEC exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitchsplunk committed Jun 18, 2024
1 parent 44e4038 commit ba12c2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions splunk/otelcol-config-filelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
3 changes: 2 additions & 1 deletion splunk/otelcol-config-fluentd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions splunk/otelcol-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ba12c2e

Please sign in to comment.