From 90093e953fcc365811f66986a77e3ea9e6f50c4d Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Thu, 19 Jun 2025 17:34:24 +0900 Subject: [PATCH] forward: enable skip_invalid_event by default Signed-off-by: Shizuo Fujita --- input/forward.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/input/forward.md b/input/forward.md index e2a9a730..b0c82eb2 100644 --- a/input/forward.md +++ b/input/forward.md @@ -132,11 +132,12 @@ The warning size limit of the received chunk. If the chunk size is larger than t | type | default | version | | :--- | :--- | :--- | -| bool | false | 0.14.0 | +| bool | true | 0.14.0 | Skips the invalid incoming event. This option is useful for forwarder, not aggregator. +Since v1.19.0, the default value is changed to `true`. ### `source_address_key`