Logging

How To Gather Infrastructure Metrics with Topbeat and ELK on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Gather Infrastructure Metrics with Topbeat and ELK on CentOS 7

In this tutorial, we will show you how to use Topbeat, on a CentOS 7 server, with an ELK stack to gather and visualize infrastructure metrics. Topbeat, which is one of the several “Beats” data shippers that helps send various types of server data to an Elasticsearch instance, allows you to gather information about the CPU, memory, and process activity on your servers.

Read more
Adding Logstash Filters To Improve Centralized Logging (Logstash Forwarder) — step-by-step Linux tutorial on Progressive Robot

Adding Logstash Filters To Improve Centralized Logging (Logstash Forwarder)

Logstash is a powerful tool for centralizing and analyzing logs, which can help to provide and overview of your environment, and to identify issues with your servers. One way to increase the effectiveness of your Logstash setup is to collect important application logs and structure the log data by employing filters, so the data can be readily analyzed and query-able. We will build our filters around “grok” patterns, that will parse the data in the logs into useful bits of information.

Read more
CHAT