From 6f793e100cfffa9c1c9d0123e097bf2660e769f1 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Thu, 12 Dec 2024 17:05:51 +0900 Subject: [PATCH] Add a description for Max_Stdio parameter Signed-off-by: Hiroshi Hatake --- .../configuring-fluent-bit/classic-mode/configuration-file.md | 1 + 1 file changed, 1 insertion(+) diff --git a/administration/configuring-fluent-bit/classic-mode/configuration-file.md b/administration/configuring-fluent-bit/classic-mode/configuration-file.md index 431866276..d3283bf3d 100644 --- a/administration/configuring-fluent-bit/classic-mode/configuration-file.md +++ b/administration/configuring-fluent-bit/classic-mode/configuration-file.md @@ -44,6 +44,7 @@ are: | `scheduler.base` | Set a base of exponential backoff. Supported in v1.8.7 and greater. | `5` | | `json.convert_nan_to_null` | If enabled, `NaN` converts to `null` when Fluent Bit converts `msgpack` to `json`. | `false` | | `sp.convert_from_str_to_num` | If enabled, Stream processor converts from number string to number type. | `true` | +| `max_stdio` | If specified, the limit of stdio is adjusted. Only provided for Windows. | `512` | The following is an example of a `SERVICE` section: