Skip to content

Commit e75fc4e

Browse files
authored
administration: configuring: multiline: add limitations (#917)
Signed-off-by: lecaros <[email protected]> Signed-off-by: lecaros <[email protected]>
1 parent 9dec436 commit e75fc4e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,11 @@ $ fluent-bit -c fluent-bit.conf
173173
```
174174

175175
The lines that did not match a pattern are not considered as part of the multiline message, while the ones that matched the rules were concatenated properly.
176+
177+
## Limitations
178+
179+
The multiline parser is a very powerful feature, but it has some limitations that you should be aware of:
180+
181+
* The multiline parser is not affected by the `buffer_max_size` configuration option, allowing the composed log record to grow beyond this size.
182+
Hence, the `skip_long_lines` option will not be applied to multiline messages.
183+
* It is not possible to get the time key from the body of the multiline message. However, it can be extracted and set as a new key by using a filter.

0 commit comments

Comments
 (0)