Skip to content

Commit 1784fe8

Browse files
committed
wrap lines around 80 characters in length, and avoid words like i.e.
Signed-off-by: Eugene Gvozdetsky <[email protected]>
1 parent 306f2ba commit 1784fe8

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
@@ -88,7 +88,11 @@ pipeline:
8888
{% endtab %}
8989
{% endtabs %}
9090
91-
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 (i.e. use the first parser which has a `start_state` that matches the log). For example, it will first try `docker`, and if `docker` does not match, it will then try `cri`.
91+
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.
92+
93+
It will use the first parser which has a `start_state` that matches the log.
94+
95+
For example, it will first try `docker`, and if `docker` does not match, it will then try `cri`.
9296

9397
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.
9498

0 commit comments

Comments
 (0)