From fada2c745d14a9d455fe8fb94fe1fc68d40a57d8 Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Thu, 20 Apr 2023 12:16:44 +0900 Subject: [PATCH] in_tcp: Add description of new option message_length_limit https://github.com/fluent/fluentd/pull/4137 Signed-off-by: Daijiro Fukuda --- input/tcp.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/input/tcp.md b/input/tcp.md index f36ab3ea..46b27975 100644 --- a/input/tcp.md +++ b/input/tcp.md @@ -133,6 +133,14 @@ You will get something like below: } ``` +### `message_length_limit` + +| type | default | version | +| :--- | :--- | :--- | +| size | nil \(no limit\) | 1.16.1 | + +The maximum number of bytes for the message. + ### `` Section | type | default | available values | version |