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
docs: inputs: elasticsearch: add http_server.workers and note canonical key names
Add the missing http_server.workers parameter (default: 1) from the
shared HTTP server integration. Also note that buffer_chunk_size,
buffer_max_size, and http2 are compatibility aliases for their
http_server.* canonical names.
Applies to #2486
Signed-off-by: Eric D. Schabell <eric@schabell.org>
|`buffer_chunk_size`| Set the buffer chunk size. |`512K`|
12
-
|`buffer_max_size`| Set the maximum size of buffer. |`4M`|
13
-
|`hostname`| Specify hostname or fully qualified domain name. This parameter can be used for "sniffing" (auto-discovery of) cluster node information. |`localhost`|
14
-
|`http2`| Enable HTTP/2 support. |`true`|
15
-
|`listen`| The address to listen on. |`0.0.0.0`|
11
+
|`buffer_chunk_size`| Set the buffer chunk size. Compatibility alias for `http_server.buffer_chunk_size`. |`512K`|
12
+
|`buffer_max_size`| Set the maximum size of buffer. Compatibility alias for `http_server.buffer_max_size`. |`4M`|
13
+
|`hostname`| Specify hostname or fully qualified domain name. This parameter can be used for "sniffing" (auto-discovery of) cluster node information. |`localhost`|
14
+
|`http2`| Enable HTTP/2 support. Compatibility alias for `http_server.http2`. |`true`|
15
+
|`http_server.workers`| Number of HTTP listener worker threads. |`1`|
16
+
|`listen`| The address to listen on. |`0.0.0.0`|
16
17
|`meta_key`| Specify a key name for meta information. |`@meta`|
17
18
|`port`| The port for Fluent Bit to listen on. |`9200`|
18
19
|`tag_key`| Specify a key name for extracting as a tag. |`NULL`|
0 commit comments