Skip to content

Commit

Permalink
wrap lines around 80 characters in length, and avoid words like i.e.
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Gvozdetsky <[email protected]>
  • Loading branch information
gvozdet committed Jul 2, 2024
1 parent 306f2ba commit 1784fe8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pipeline/inputs/tail.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ pipeline:
{% endtab %}
{% endtabs %}
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`.
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.
It will 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`.

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.

Expand Down

0 comments on commit 1784fe8

Please sign in to comment.