Skip to content

Commit c7d6e2d

Browse files
committed
added missing threads source flag
Signed-off-by: mrgarris0n <[email protected]>
1 parent ee5a108 commit c7d6e2d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 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, validate-utf8|
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|
44
|Default: | empty set|
55

66
*Description:* Specifies the log parsing options of the source.
@@ -113,6 +113,14 @@
113113
Note that this flag is not needed for the syslog driver, which
114114
handles only messages that have a frame header.
115115
116+
- *threaded*: The threaded flag enables multithreading for the
117+
destination. For details on multithreading, see
118+
Multithreading and scaling in {{ site.product.short_name }}.
119+
120+
**NOTE:** The file destination uses multiple threads only if the
121+
destination filename contains macros.
122+
{: .notice--info}
123+
116124
- *validate-utf8*: The validate-utf8 flag enables
117125
encoding-verification for messages formatted according to the new
118126
IETF syslog standard (for details, see

0 commit comments

Comments
 (0)