docs: add tags where missing (#154)

This commit is contained in:
Stefan Rotsch
2023-02-01 13:18:41 +01:00
committed by Bastian
parent 1bc0038454
commit c2aae9deb9
2 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
title: "Complexity Management" title: "Complexity Management"
ring: trial ring: trial
quadrant: methods-and-patterns quadrant: methods-and-patterns
tags: [agile,architecture]
--- ---
Our world is increasingly complex - our society and the economic system is developing fast - we constantly have to deal with surprises and uncertainty. This is especially the case in IT organisations that collaboratively and cross-functional work on innovations, "digitalization strategies" or "transformation projects". Our world is increasingly complex - our society and the economic system is developing fast - we constantly have to deal with surprises and uncertainty. This is especially the case in IT organisations that collaboratively and cross-functional work on innovations, "digitalization strategies" or "transformation projects".

View File

@@ -2,8 +2,9 @@
title: "Fluentd" title: "Fluentd"
ring: assess ring: assess
quadrant: tools quadrant: tools
tags: [devops]
--- ---
**Fluentd** is a great tool to gather logs, transform them into any required format and distribute them to any logging backend.
[Fluentd](https://www.fluentd.org) 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. At AOE we use fluentd in different contexts, but mostly to gather logs from kubernetes clusters into data backends like Elasticsearch.