fluent / fluent-bit-docs

Fluent Bit - Official Documentation

Home Page:https://docs.fluentbit.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parsers: skip_empty_values is not documented

YoussefRizkalla opened this issue · comments

I've noticed that skip_empty_values is not mentioned in the documentation as a possible configuration parameter. There are situations in which a multiline rule expects an empty line, such as in golang stack traces and this option makes it possible to use a regex parser that will correctly handle such a case for structured inputs.

Looking at the implementation, it seems like supporting this option through the public API was intentional. If this is the case, I think that it would be beneficial to add it to the public docs as well.