Skip to content

Commit c7214d5

Browse files
authored
docs: inputs: forward: clarify buffer_max_size payload enforcement (#2524)
- Updated `buffer_max_size` description to note that the limit applies to incoming payloads and decompressed data, and that connections sending oversized payloads are rejected and closed (reflects enforcement added in in_forward source commit 4ffc5b0a0) Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent 5b017da commit c7214d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipeline/inputs/forward.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The plugin supports the following configuration parameters:
99
| Key | Description | Default |
1010
|:--------------------|:-------------|:----------|
1111
| `buffer_chunk_size` | By default the buffer to store the incoming Forward messages, don't allocate the maximum memory allowed, instead it allocate memory when it's required. The rounds of allocations are set by `buffer_chunk_size`. The value must be according to the [Unit Size ](../../administration/configuring-fluent-bit.md#unit-sizes)specification. | `1024000` |
12-
| `buffer_max_size` | Specify the maximum buffer memory size used to receive a Forward message. The value must be according to the [Unit Size](../../administration/configuring-fluent-bit.md#unit-sizes) specification. | `6144000` |
12+
| `buffer_max_size` | Specify the maximum buffer memory size used to receive a Forward message. This limit also applies to incoming payloads and decompressed data; payloads exceeding this size are rejected and the connection is closed. The value must be according to the [Unit Size](../../administration/configuring-fluent-bit.md#unit-sizes) specification. | `6144000` |
1313
| `empty_shared_key` | Enable secure forward protocol with a zero-length shared key. Use this to enable user authentication without requiring a shared key, or to connect to Fluentd with a zero-length shared key. | `false` |
1414
| `listen` | Listener network interface. | `0.0.0.0` |
1515
| `port` | TCP port to listen for incoming connections. | `24224` |

0 commit comments

Comments
 (0)