File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/com/splunk/kafka/connect Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ public final class SplunkSinkConnectorConfig extends AbstractConfig {
9898 static final String MAX_HTTP_CONNECTION_PER_CHANNEL_DOC = "Max HTTP connections pooled for one HEC Channel "
9999 + "when posting events to Splunk." ;
100100 static final String MAX_BATCH_SIZE_DOC = "Maximum batch size when posting events to Splunk. The size is the actual number of "
101- + "Kafka events not the byte size. By default, this is set to 100 ." ;
101+ + "Kafka events not the byte size. By default, this is set to 500 ." ;
102102 static final String HTTP_KEEPALIVE_DOC = "Valid settings are true or false. Enables or disables HTTP connection "
103103 + "keep-alive. By default, this is set to true" ;
104104 static final String HEC_THREADS_DOC = "Controls how many threads are spawned to do data injection via HEC in a single "
You can’t perform that action at this time.
0 commit comments