You are currently viewing How To Install ELK Stack In Linux

How To Install ELK Stack In Linux

  • Post author:
  • Post category:DevOps / ELK

How To Install ELK Stack In Linux

Hello Everyone

Welcome to CloudAffaire and this is Debjeet.

In this series, we will explore one of the most popular log management tools in DevOps better known as ELK (E=Elasticserach, L=Logstash, K=Kibana) stack.

Elastic Stack

What Is ELK stack in DevOps?

The ELK Stack is a collection of three open-source products — Elasticsearch, Logstash, and Kibana — all developed, managed and maintained by Elastic. Elasticsearch is an open source, full-text search and analysis engine, based on the Apache Lucene search engine. Logstash is a log aggregator that collects data from various input sources, executes different transformations and enhancements and then ships the data to various supported output destinations. Kibana is a visualization layer that works on top of Elasticsearch, providing users with the ability to analyze and visualize the data. Together, these different components are most commonly used for monitoring, troubleshooting and securing IT environments, business intelligence and web analytics.

How To Install ELK Stack In Linux?

Step 1: Configure yum repository for your ELK stack.

Step 2: Install elasticsearch.

Step 3: Install Kibana.

How To Install ELK Stack In Linux

Step 4: Install Logstash.

To get more details on ELK, please refer below documentation.

https://www.elastic.co/guide/index.html