From 2114576be5ebdfab30ed1abf7ff937312ce7fd39 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Mon, 1 Mar 2021 09:59:57 +0800 Subject: [PATCH] docs: fix fluentbit logfmt parser link The old link is invalid and causes CI failure. Signed-off-by: Peng Tao --- docs/how-to/how-to-import-kata-logs-with-fluentd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/how-to-import-kata-logs-with-fluentd.md b/docs/how-to/how-to-import-kata-logs-with-fluentd.md index 4b213b1e88..d540b225ff 100644 --- a/docs/how-to/how-to-import-kata-logs-with-fluentd.md +++ b/docs/how-to/how-to-import-kata-logs-with-fluentd.md @@ -185,7 +185,7 @@ in Kibana: ![Kata tags in EFK](./images/efk_syslog_entry_detail.png). We can however further sub-parse the Kata entries using the -[Fluentd plugins](https://docs.fluentbit.io/manual/parser/logfmt) that will parse +[Fluentd plugins](https://docs.fluentbit.io/manual/v/1.3/parser/logfmt) that will parse `logfmt` formatted data. We can utilise these to parse the sub-fields using a Fluentd filter section. At the same time, we will prefix the new fields with `kata_` to make it clear where they have come from: