Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 6d04710

Browse files
Merge pull request #2140 from splunk/urbiz-DG26126-hec_exp-max_connections
[DG26126]: Removed max_connections
2 parents 617ee67 + 79c2fea commit 6d04710

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gdi/opentelemetry/components/splunk-hec-exporter.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ If you're using the Collector for log collection and need to send data to Splunk
127127
sourcetype: "otel"
128128
# Splunk index, optional name of the Splunk index targeted.
129129
index: "metrics"
130-
# Maximum HTTP connections to use simultaneously when sending data. Defaults to 100.
131-
max_connections: 20
132130
# Whether to deactivate gzip compression over HTTP. Defaults to false.
133131
disable_compression: false
134132
# HTTP timeout when sending data. Defaults to 10s.
@@ -169,7 +167,6 @@ To split the log pipelines, configure two separate ``splunk_hec`` entries in the
169167
source: "otel"
170168
sourcetype: "otel"
171169
index: "main"
172-
max_connections: 20
173170
disable_compression: false
174171
timeout: 10s
175172
tls:

0 commit comments

Comments
 (0)