From 66ebe78550c868935ff1f7b8a278660885a5699b Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Thu, 23 Jul 2026 10:42:34 +0900 Subject: [PATCH 01/12] Fix auto_typecast default value The default value was changed at https://github.com/fluent/fluentd/pull/1311 Signed-off-by: Shizuo Fujita --- filter/record_transformer.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/filter/record_transformer.md b/filter/record_transformer.md index e4124af8..02417a75 100644 --- a/filter/record_transformer.md +++ b/filter/record_transformer.md @@ -169,9 +169,9 @@ For historical reasons, `enable_ruby true` is too slow. If you need this option, | type | default | version | | :--- | :--- | :--- | -| bool | false | 0.14.0 | +| bool | true | 0.14.0 | -Automatically casts the field types. Default is `false`. +Automatically casts the field types. Default is `true`. LIMITATION: This option is effective only for field values comprised of a single placeholder. @@ -303,4 +303,3 @@ Without `enable_ruby`, `${}` placeholder supports only double-quoted string for * [Filter Plugin Overview](./) If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License. - From e4200a02702a0598afe892f6e10d3340330aa9d6 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Thu, 23 Jul 2026 10:50:43 +0900 Subject: [PATCH 02/12] Fix rate_period default value The rate_period was introduced at https://github.com/fluent/fluentd/pull/3535. The default value was 5 from the beginning. Signed-off-by: Shizuo Fujita --- input/tail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/tail.md b/input/tail.md index 8723667a..cd72717f 100644 --- a/input/tail.md +++ b/input/tail.md @@ -482,7 +482,7 @@ In this example, filename will be extracted and used to form groups. | type | default | version | | :--- | :--- | :--- | -| time | 60 \(seconds\) | 1.15 | +| time | 5 \(seconds\) | 1.15 | Time period in which the group line limit is applied. `in_tail` resets the counter after every `rate_period` interval. From 2eafabd9a9612ce805d4c35003b9c2504f91816e Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Thu, 23 Jul 2026 10:55:49 +0900 Subject: [PATCH 03/12] Fix backlog default value The backlog parameter was introduced at https://github.com/fluent/fluentd/commit/48b5173757497a3b83f47c069f3cd677c78c1471 Signed-off-by: Shizuo Fujita --- input/unix.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/input/unix.md b/input/unix.md index 846fee70..eeb2d4be 100644 --- a/input/unix.md +++ b/input/unix.md @@ -35,7 +35,7 @@ Fluentd will use the environment variable `FLUENT_SOCKET` if defined. | type | default | version | | :---: | :---: | :---: | -| integer | 1024 | 0.14.0 | +| integer | nil | 0.14.0 | The backlog of Unix Domain Socket. @@ -48,4 +48,3 @@ The backlog of Unix Domain Socket. `in_unix` uses incoming event's tag by default. If the `tag` parameter is set, its value is used instead. If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License. - From 830fc9d52705ce35f2540bb10b3a4ae60604601b Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Thu, 23 Jul 2026 10:59:41 +0900 Subject: [PATCH 04/12] Fix proto default value The proto parameter was introduced at https://github.com/fluent/fluentd/commit/adb82fb68dea47cb5e2acf93b8a283d029a0e4c5 Signed-off-by: Shizuo Fujita --- service_discovery/srv.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/service_discovery/srv.md b/service_discovery/srv.md index f914d48f..23ff3b31 100644 --- a/service_discovery/srv.md +++ b/service_discovery/srv.md @@ -37,7 +37,7 @@ Service without the underscore in [RFC2782](https://tools.ietf.org/html/rfc2782) | type | default | version | | :--- | :--- | :--- | -| string | `nil` | 1.10.0 | +| string | `tcp` | 1.10.0 | Proto without the underscore in [RFC2782](https://tools.ietf.org/html/rfc2782). @@ -100,4 +100,3 @@ The username for authentication. The password for authentication. If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License. - From ed3c612afb0ca136a86eaf2ae4ee6b296bb1364d Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Thu, 23 Jul 2026 11:02:08 +0900 Subject: [PATCH 05/12] Fix parameter type of keepalive_timeout Signed-off-by: Shizuo Fujita --- input/http.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/input/http.md b/input/http.md index a4e38d6d..1848c3f5 100644 --- a/input/http.md +++ b/input/http.md @@ -132,7 +132,7 @@ This is effective only when the request has the `Content-Encoding` header with ` | type | default | version | | :--- | :--- | :--- | -| size | 10 \(seconds\) | 0.14.0 | +| time | 10 \(seconds\) | 0.14.0 | The timeout limit for keeping the connection alive. @@ -492,4 +492,3 @@ Fluentd supports [TLS mutual authentication](https://en.wikipedia.org/wiki/Mutua When this feature is enabled, Fluentd will check all the incoming requests for a client certificate signed by the trusted CA. Requests with an invalid client certificate will fail. If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License. - From 586011b499b0e98eae3ca397666ca5a0c90c13cc Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Thu, 23 Jul 2026 11:03:40 +0900 Subject: [PATCH 06/12] Fix parameter type of emit_interval Signed-off-by: Shizuo Fujita --- input/monitor_agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/monitor_agent.md b/input/monitor_agent.md index c9c3eac4..bb8d0a56 100644 --- a/input/monitor_agent.md +++ b/input/monitor_agent.md @@ -64,7 +64,7 @@ If you set this parameter, this plugin emits metrics as records. See "Reuse plug | type | default | version | | :--- | :--- | :--- | -| integer | 60 | 0.14.0 | +| time | 60 | 0.14.0 | The interval time between event emits. This will be used when `tag` is configured. From aaa7686b27f29bfc6287c90c0f7f955ea38df1b8 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Thu, 23 Jul 2026 11:06:00 +0900 Subject: [PATCH 07/12] Fix parameter type of tls_cert_use_enterprise_store Signed-off-by: Shizuo Fujita --- output/forward.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/output/forward.md b/output/forward.md index 2827b9d5..96939ea8 100644 --- a/output/forward.md +++ b/output/forward.md @@ -428,7 +428,7 @@ The certificate logical store name on Windows system certstore. This parameter i | type | default | version | | :---: | :---: | :---: | -| string | true | 1.7.1 | +| bool | true | 1.7.1 | Enables the certificate enterprise store on Windows system certstore. This parameter is for Windows only. @@ -678,4 +678,3 @@ $ nmap -p 24224 -sU host Please note that there is one [known issue](http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2019944) where VMware will occasionally lose small UDP packets used for heartbeat. If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License. - From f3abd77cfe899720ac95254e50bc101c6e03749b Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Fri, 24 Jul 2026 10:36:06 +0900 Subject: [PATCH 08/12] Update introduced version Co-authored-by: Kentaro Hayashi Signed-off-by: Shizuo Fujita --- filter/record_transformer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter/record_transformer.md b/filter/record_transformer.md index 02417a75..0b1b3871 100644 --- a/filter/record_transformer.md +++ b/filter/record_transformer.md @@ -169,7 +169,7 @@ For historical reasons, `enable_ruby true` is too slow. If you need this option, | type | default | version | | :--- | :--- | :--- | -| bool | true | 0.14.0 | +| bool | true | 0.14.9 | Automatically casts the field types. Default is `true`. From 0efb6fdb7d17a91a553e0c3b4040d3aaf10b5ef5 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Fri, 24 Jul 2026 10:36:44 +0900 Subject: [PATCH 09/12] Update introduced version Co-authored-by: Kentaro Hayashi Signed-off-by: Shizuo Fujita --- input/monitor_agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/monitor_agent.md b/input/monitor_agent.md index bb8d0a56..07e14146 100644 --- a/input/monitor_agent.md +++ b/input/monitor_agent.md @@ -64,7 +64,7 @@ If you set this parameter, this plugin emits metrics as records. See "Reuse plug | type | default | version | | :--- | :--- | :--- | -| time | 60 | 0.14.0 | +| time | 60 | 0.12.17 | The interval time between event emits. This will be used when `tag` is configured. From f796889f893b3a1f1eb6992d4dbc7b8109a10a40 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Fri, 24 Jul 2026 10:37:08 +0900 Subject: [PATCH 10/12] Update introduced version Co-authored-by: Kentaro Hayashi Signed-off-by: Shizuo Fujita --- input/tail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/tail.md b/input/tail.md index cd72717f..d9f0136b 100644 --- a/input/tail.md +++ b/input/tail.md @@ -482,7 +482,7 @@ In this example, filename will be extracted and used to form groups. | type | default | version | | :--- | :--- | :--- | -| time | 5 \(seconds\) | 1.15 | +| time | 5 \(seconds\) | 1.15.0 | Time period in which the group line limit is applied. `in_tail` resets the counter after every `rate_period` interval. From 0f3caf843ccec935ddad29b32435485e4b1f65be Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Fri, 24 Jul 2026 10:37:27 +0900 Subject: [PATCH 11/12] Update introduced version Co-authored-by: Kentaro Hayashi Signed-off-by: Shizuo Fujita --- input/unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/unix.md b/input/unix.md index eeb2d4be..0465a7eb 100644 --- a/input/unix.md +++ b/input/unix.md @@ -35,7 +35,7 @@ Fluentd will use the environment variable `FLUENT_SOCKET` if defined. | type | default | version | | :---: | :---: | :---: | -| integer | nil | 0.14.0 | +| integer | nil | 0.14.1 | The backlog of Unix Domain Socket. From bb585105120432844ecb0a909daa29cd0c5e5244 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Fri, 24 Jul 2026 10:44:26 +0900 Subject: [PATCH 12/12] Update introduced version Signed-off-by: Shizuo Fujita --- input/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/http.md b/input/http.md index 1848c3f5..95391b95 100644 --- a/input/http.md +++ b/input/http.md @@ -132,7 +132,7 @@ This is effective only when the request has the `Content-Encoding` header with ` | type | default | version | | :--- | :--- | :--- | -| time | 10 \(seconds\) | 0.14.0 | +| time | 10 \(seconds\) | 0.10.0 | The timeout limit for keeping the connection alive.