September 2018
Intermediate to advanced
412 pages
11h 12m
English
As a common guideline for logging, using tools such as Prometheus or Grafana is recommended, as can be seen in the following diagram:

In the previous architecture example, we are using two distinct toolsets for different purposes for application log analysis which are typically unstructured and in a filesystem. We have used Splunk or ELK (Elasticsearch, Logstash, Kibana) for gathering log files from various different services using a Logstash tool, and then used Kibana for visualizing the logs. For the search we are using Elasticsearch, so given a good ...