From 40aa43f429625de9137ea144c780462f0fe66121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B6xtermann?= Date: Thu, 3 Feb 2022 17:34:58 +0100 Subject: [PATCH] docs: Update link to EFK stack docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #3616 Signed-off-by: Daniel Höxtermann --- 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 419253022a..af595e8532 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 @@ -4,7 +4,7 @@ This document describes how to import Kata Containers logs into [Fluentd](https://www.fluentd.org/), typically for importing into an -Elastic/Fluentd/Kibana([EFK](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd-elasticsearch#running-efk-stack-in-production)) +Elastic/Fluentd/Kibana([EFK](https://github.com/kubernetes-sigs/instrumentation-addons/tree/master/fluentd-elasticsearch#running-efk-stack-in-production)) or Elastic/Logstash/Kibana([ELK](https://www.elastic.co/elastic-stack)) stack. The majority of this document focusses on CRI-O based (classic) Kata runtime. Much of that information