Skip to content

Commit 7d629af

Browse files
committed
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>
1 parent c2e290a commit 7d629af

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pipeline/inputs/elasticsearch.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ The plugin supports the following configuration parameters:
88

99
| Key | Description | Default value |
1010
|:--------------------|:-----------------------------------------------------------------------------------------------------------------------------------------|:--------------|
11-
| `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` |
1617
| `meta_key` | Specify a key name for meta information. | `@meta` |
1718
| `port` | The port for Fluent Bit to listen on. | `9200` |
1819
| `tag_key` | Specify a key name for extracting as a tag. | `NULL` |

0 commit comments

Comments
 (0)