From 68603a969b7f384169761985147d1c27245bce61 Mon Sep 17 00:00:00 2001 From: "daniel.motzko" Date: Wed, 14 Jul 2021 10:52:46 +0200 Subject: [PATCH] Fix typo --- radar/2017-03-01/elk-stack.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/radar/2017-03-01/elk-stack.md b/radar/2017-03-01/elk-stack.md index a39a29a..07a4b87 100644 --- a/radar/2017-03-01/elk-stack.md +++ b/radar/2017-03-01/elk-stack.md @@ -6,10 +6,16 @@ quadrant: platforms-and-aoe-services The company behind Elasticsearch offers a very nice solution for logging and analysis of distributed data such as logfiles. -In today's increasingly distributed IT systems, it's very helpful to have a central view of what is going on in your systems - and of course nobody can and wants to look in different logfiles on different servers. A central logging solution provides the option to detect potential relationships between different events more easily. Also, also it can be used to extract useful KPIs or to visualize information on dashboards. +In today's increasingly distributed IT systems, it's very helpful to have a central view of what is going on in your systems - and of course nobody can and wants to look in different logfiles on different servers. +A central logging solution provides the option to detect potential relationships between different events more easily. +Also, also it can be used to extract useful KPIs or to visualize information on dashboards. -The abbreviation "[ELK](https://www.elastic.co/products) Stack" stands for the Tools Elasticsearch, Logstash and Kibana: Together, they provide a solution for collecting data the ability to search, visualize and analyze data in real time. +The abbreviation "[ELK](https://www.elastic.co/products) Stack" stands for the Tools Elasticsearch, Logstash and Kibana: +Together, they provide a solution for collecting data the ability to search, visualize and analyze data in real time. -Logstash is used to process and forward different data (or logfile) formats. Elasticsearch is used as a search index and together with the Kibana plugin you can configure highly individual dashboards. Recently, there are also the Beats Tools joining this toolstack to ship data to Elasticsearch. +Logstash is used to process and forward different data (or logfile) formats. +Elasticsearch is used as a search index and together with the Kibana plugin you can configure highly individual dashboards. +Recently, there are also the Beats Tools joining this toolstack to ship data to Elasticsearch. -We have been using the ELK Stack for several years now in several projects and different infrastructure setups - we use it to visualize traffic, certain KPIs or just to analyze and search in application logs. We encourage all teams to use such a solution and take care to write useful logs in your applications. +We have been using the ELK Stack for several years now in several projects and different infrastructure setups - we use it to visualize traffic, certain KPIs or just to analyze and search in application logs. +We encourage all teams to use such a solution and take care to write useful logs in your applications.