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
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