From 14ce9d80218263d2681cce58d129d0c5a8fb6b5e Mon Sep 17 00:00:00 2001 From: Kevin Schu Date: Tue, 29 Jun 2021 11:43:55 +0200 Subject: [PATCH] added fluentd --- radar/2021-01-01/fluentd.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 radar/2021-01-01/fluentd.md diff --git a/radar/2021-01-01/fluentd.md b/radar/2021-01-01/fluentd.md new file mode 100755 index 0000000..de504a6 --- /dev/null +++ b/radar/2021-01-01/fluentd.md @@ -0,0 +1,9 @@ +--- +title: "Fluentd" +ring: assess +quadrant: tools + +--- +**Fluentd** is a great tool to gather logs, transform them into any required format and distribute them to any logging backend. + +At AOE we use fluentd in different contexts, but mostly to gather logs from kubernetes clusters into data backends like Elasticsearch.