Skip to content

Commit 3b509ca

Browse files
authored
forward: enable skip_invalid_event by default (#587)
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent cd3c6e7 commit 3b509ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

input/forward.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,12 @@ The warning size limit of the received chunk. If the chunk size is larger than t
132132

133133
| type | default | version |
134134
| :--- | :--- | :--- |
135-
| bool | false | 0.14.0 |
135+
| bool | true | 0.14.0 |
136136

137137
Skips the invalid incoming event.
138138

139139
This option is useful for forwarder, not aggregator.
140+
Since v1.19.0, the default value is changed to `true`.
140141

141142
### `source_address_key`
142143

0 commit comments

Comments
 (0)