You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
multiline_options: Split up, even more, the multiline option sections, corrected scope info of multi-line-timeout(), added the description of the new empty-line-separated multi-line-mode()
- The *empty-line-separated* mode, as its name suggests, reads and treats all messages as one till it receives an empty line (which contains only a \r, \n or \r\n sequence).
>**TIP:** To actually convert the lines of multi-line messages to single line (by replacing the newline characters with whitespaces), use the **flags(no-multi-line)** option in the source.
Copy file name to clipboardExpand all lines: _includes/doc/admin-guide/options/multi-line-timeout.md
+3
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,6 @@ source s_multi {
23
23
```
24
24
25
25
For more details see the blog post Multi-line-timeout: making sure your last multi-line message is not lost.
26
+
27
+
>**NOTE:** This option has effect only if the file follow mode is `syslog-ng poll`, `follow-freq()` > 0. For details of file follow modes, refer to How content changes are followed in file() and wildcard-file() sources.
0 commit comments