Skip to content

Commit 17cc1fb

Browse files
committed
Added "no-piggyback-errors" to parser flags.
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent e6e3d8f commit 17cc1fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/doc/admin-guide/options/source-flags.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## flags()
22

3-
|Type:| assume-utf8, empty-lines, expect-hostname, kernel, no-hostname, no-multi-line, no-parse, sanitize-utf8, store-legacy-msghdr, store-raw-message, syslog-protocol, threaded, validate-utf8|
3+
|Accepted values:| assume-utf8, empty-lines, expect-hostname, kernel, no-hostname, no-multi-line, no-parse, sanitize-utf8, store-legacy-msghdr, store-raw-message, syslog-protocol, threaded, validate-utf8, no-piggyback-errors|
44
|Default: | empty set|
55

66
*Description:* Specifies the log parsing options of the source.
@@ -139,5 +139,6 @@
139139
If the BOM[^1] character is missing, but the message is otherwise UTF-8
140140
compliant, {{ site.product.short_name }} automatically adds the BOM character to the
141141
message.
142+
- *no-piggyback-errors*: This option configures syslog-ng OSE to ignore parsing errors caused by piggybacked messages. If the parser encounters issues separating multiple messages sent together, it skips them without raising an error.
142143
143144
[^1]: The byte order mark (BOM) is a Unicode character used to signal the byte-order of the message text.

0 commit comments

Comments
 (0)