Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit e04ec47

Browse files
committed
how-to: Fix typo on fluentbit URL
This is based on #765 and #758. Signed-off-by: Fabiano Fidêncio <[email protected]>
1 parent e5b4e86 commit e04ec47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

how-to/how-to-import-kata-logs-with-fluentd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ in Kibana:
185185
![Kata tags in EFK](./images/efk_syslog_entry_detail.png).
186186

187187
We can however further sub-parse the Kata entries using the
188-
[Fluentd plugins](https://docs.fluentbit.io/manual/parser/logfmt) that will parse
188+
[Fluentd plugins](https://docs.fluentbit.io/manual/pipeline/parser/logfmt) that will parse
189189
`logfmt` formatted data. We can utilise these to parse the sub-fields using a Fluentd filter
190190
section. At the same time, we will prefix the new fields with `kata_` to make it clear where
191191
they have come from:

0 commit comments

Comments
 (0)