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
|`elasticsearch.username`| string | no || The username of Elasticsearch |
103
-
|`elasticsearch.password`| string | no || The password of Elasticsearch |
104
-
|`elasticsearch.typeName`| string | no || Defines Elasticsearch index type name |
105
-
|`elasticsearch.batchSizeLimit`| int | no | 1000 | Maximum message count for batch, if exceed flush will be triggered. |
106
-
|`elasticsearch.batchTickerDuration`| time.Duration | no | 10s | Batch is being flushed automatically at specific time intervals for long waiting messages in batch. |
|`elasticsearch.username`| string | no || The username of Elasticsearch |
103
+
|`elasticsearch.password`| string | no || The password of Elasticsearch |
104
+
|`elasticsearch.typeName`| string | no || Defines Elasticsearch index type name |
105
+
|`elasticsearch.batchSizeLimit`| int | no | 1000 | Maximum message count for batch, if exceed flush will be triggered. |
106
+
|`elasticsearch.batchTickerDuration`| time.Duration | no | 10s | Batch is being flushed automatically at specific time intervals for long waiting messages in batch. |
107
107
|`elasticsearch.batchCommitTickerDuration`| time.Duration | no | 0s | Configures checkpoint offset save time, By default, after batch flushing, the offsets are updated immediately, this period can be increased for performance. |
108
-
|`elasticsearch.batchByteSizeLimit`| int, string | no | 10mb | Maximum size(byte) for batch, if exceed flush will be triggered. `10mb` is default. |
109
-
|`elasticsearch.maxConnsPerHost`| int | no | 512 | Maximum number of connections per each host which may be established |
110
-
|`elasticsearch.maxIdleConnDuration`| time.Duration | no | 10s | Idle keep-alive connections are closed after this duration. |
111
-
|`elasticsearch.compressionEnabled`| boolean | no | false | Compression can be used if message size is large, CPU usage may be affected. |
112
-
|`elasticsearch.concurrentRequest`| int | no | 1 | Concurrent bulk request count |
113
-
|`elasticsearch.disableDiscoverNodesOnStart`| boolean | no | false | Disable discover nodes when initializing the client. |
0 commit comments