Cyberithub

How to Install and Configure Filebeat on Ubuntu/Debian

How to Install and Configure Filebeat on Ubuntu/Debian 4

In this article, we will see how to install and configure Filebeat on Ubuntu/Debian servers. Filebeat is a lightweight agent installed on your servers that monitors and collect events and then forwards them either to Elasticsearch or Logstash for indexing. It belongs to the family of lightweight shippers where each shipper is known for shipping ... Read more

How to Check Elasticsearch Cluster Health Status in Linux Using 3 Easy Steps

How to Check Elasticsearch Cluster Health Status in Linux Using 3 Easy Steps 8

In this tutorial, we will understand the steps and queries required to check the Elasticsearch cluster health status. Sometimes you might have noticed that frontend app which was fetching data from Elasticsearch cluster suddenly not showing any data and it goes completely blank. Although the issue could be anywhere but just for the understanding we ... Read more