Skip to content

Commit 1ac2d30

Browse files
committed
[docs/config] regenerate
1 parent 87cc201 commit 1ac2d30

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/configuration.asciidoc

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,22 +134,29 @@ Default::: `60000`
134134
Default::: `3000`
135135

136136

137+
`maxSockets`[[config-keep-alive-max-sockets]]:: `Number` -- Maximum number of sockets to allow per host.
138+
139+
Default::: `Infinity`
140+
137141

138142
`keepAlive`[[config-keep-alive]]:: `Boolean` -- Should the connections to the node be kept open forever? This behavior is recommended when you are connecting directly to Elasticsearch.
139143

140144
Default::: `true`
141145

142146

147+
`keepAliveInterval`[[config-keep-alive-interval]]:: `Number` -- How often, in milliseconds, should TCP KeepAlive packets be sent over sockets being kept alive. Only relevant if `keepAlive` is set to `true`.
143148

144-
`maxSockets`[[config-max-sockets]]:: `Number` -- Maximum number of concurrent requests that can be made to any node.
149+
Default::: `1000`
145150

146-
Default::: `10`
147151

152+
`keepAliveMaxFreeSockets`[[config-keep-alive-max-free-sockets]]:: `Number` -- Maximum number of inactive sockets to keep connected to a node. Only relevant if `keepAlive` is set to `true`.
148153

154+
Default::: `256`
149155

150-
`minSockets`[[config-min-sockets]]:: `Number` -- Minimum number of sockets to keep connected to a node, only applies when `keepAlive` is true
151156

152-
Default::: `10`
157+
`keepAliveFreeSocketTimeout`[[config-keep-alive-free-socket-timeout]]:: `Number` -- Sets inactive sockets to timeout after milliseconds of inactivity. Only relevant if `keepAlive` is set to `true`.
158+
159+
Default::: `60000`
153160

154161

155162
`suggestCompression`[[config-suggest-compression]]:: `Boolean` -- The client should inform Elasticsearch, on each request, that it can accept compressed responses. In order for the responses to actually be compressed, you must enable `http.compression` in Elasticsearch. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-http.html[these docs] for additional info.

0 commit comments

Comments
 (0)