You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"splunk.hec.http.proxy.port": "<the http proxy port number>",
122
124
"splunk.hec.max.http.connection.per.channel": "<max number of http connections per channel>",
123
125
"splunk.hec.total.channels": "<total number of channels>",
124
126
"splunk.hec.max.batch.size": "<max number of kafka records post in one batch>",
@@ -167,6 +169,8 @@ Use the below schema to configure Splunk Connect for Kafka
167
169
|`splunk.validation.disable`| Disable validating splunk configurations before creating task. |`false`|
168
170
|`splunk.hec.ssl.validate.certs`| Valid settings are `true` or `false`. Enables or disables HTTPS certification validation. |`true`|
169
171
|`splunk.hec.http.keepalive`| Valid settings are `true` or `false`. Enables or disables HTTP connection keep-alive. |`true`|
172
+
|`splunk.hec.http.proxy.host`| This setting is the http proxy server hostname. Configure it to use connector level proxy when connecting to HEC endpoint, otherwise, it'll use JVM level proxy setting in JVM_OPTS. |`""`|
173
+
|`splunk.hec.http.proxy.port`| This setting is the http proxy server port. Configure it to use connector level proxy when connecting to HEC endpoint, otherwise, it'll use JVM level proxy setting in JVM_OPTS. |`0`|
170
174
|`splunk.hec.max.http.connection.per.channel`| Controls how many HTTP connections will be created and cached in the HTTP pool for one HEC channel. |`2`|
171
175
|`splunk.hec.total.channels`| Controls the total channels created to perform HEC event POSTs. See the Load balancer section for more details. |`2`|
172
176
|`splunk.hec.max.batch.size`| Maximum batch size when posting events to Splunk. The size is the actual number of Kafka events, and not byte size. |`500`|
0 commit comments