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
Copy file name to clipboardExpand all lines: administration/configuring-fluent-bit/multiline-parsing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ To understand which Multiline parser type is required for your use case you have
37
37
| type | Set the multiline mode, for now, we support the type `regex`. ||
38
38
| parser | <p>Name of a pre-defined parser that must be applied to the incoming content before applying the regex rule. If no parser is defined, it's assumed that's a raw text and not a structured message. </p><p></p><p>Note: when a parser is applied to a raw text, then the regex is applied against a specific key of the structured message by using the <code>key_content</code> configuration property (see below).</p> ||
39
39
| key_content | For an incoming structured message, specify the key that contains the data that should be processed by the regular expression and possibly concatenated. ||
40
-
| flush_timeout | Timeout in milliseconds to flush a non-terminated multiline buffer. Default is set to 5 seconds.| 5s|
40
+
| flush_timeout | Timeout in milliseconds to flush a non-terminated multiline buffer. ||
41
41
| rule | Configure a rule to match a multiline pattern. The rule has a specific format described below. Multiple rules can be defined. ||
0 commit comments