Skip to content

Commit 6e08207

Browse files
committed
administration:configuring-fluent-bit:multiline-parsing flush_timeout no default
Signed-off-by: Enrique Sibaja Pastrana <[email protected]>
1 parent 315412f commit 6e08207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administration/configuring-fluent-bit/multiline-parsing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To understand which Multiline parser type is required for your use case you have
3737
| type | Set the multiline mode, for now, we support the type `regex`. | |
3838
| 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> | |
3939
| 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. | |
4141
| rule | Configure a rule to match a multiline pattern. The rule has a specific format described below. Multiple rules can be defined. | |
4242

4343
#### Lines and States

0 commit comments

Comments
 (0)