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
Copy file name to clipboardExpand all lines: pipeline/inputs/tail.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,11 @@ pipeline:
89
89
{% endtab %}
90
90
{% endtabs %}
91
91
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`.
93
97
94
98
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.
0 commit comments