Skip to content

Commit 467344e

Browse files
authored
Merge pull request #1392 from gvozdetsky/patch-1
2 parents 4a1cf44 + 1784fe8 commit 467344e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pipeline/inputs/tail.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,11 @@ pipeline:
8989
{% endtab %}
9090
{% endtabs %}
9191
92-
The two options separated by a comma means multi-format: try `docker` and `cri` multiline formats.
92+
The two options separated by a comma mean Fluent Bit will try each parser in the list in order, applying the first one that matches the log.
93+
94+
It will use the first parser which has a `start_state` that matches the log.
95+
96+
For example, it will first try `docker`, and if `docker` does not match, it will then try `cri`.
9397

9498
We are **still working** on extending support to do multiline for nested stack traces and such. Over the Fluent Bit v1.8.x release cycle we will be updating the documentation.
9599

0 commit comments

Comments
 (0)