Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Elastic-Stack-Guide

Elastic Stack (ELK) was originally developed to store, search, and visualize large amounts of data. Organizations initially used it to monitor application performance and perform searches across large datasets.

Components

Beats

Beats are lightweight data shippers installed on endpoints or servers.

Examples:

  • Filebeat – Collects log files
  • Winlogbeat – Collects Windows Event Logs
  • Packetbeat – Collects network traffic
  • Metricbeat – Collects system and service metrics
  • Auditbeat – Collects audit data

Logstash

Logstash is the data processing engine of the Elastic Stack.

It:

  • Receives data from Beats, network ports, APIs, or files.
  • Parses and filters data.
  • Normalizes logs into structured field-value pairs.
  • Sends processed data to Elasticsearch.

Elasticsearch

Elasticsearch is the search and analytics engine.

It:

  • Stores structured log data.
  • Indexes documents for fast searching.
  • Performs real-time searches and analytics.
  • Serves as the central database of the Elastic Stack.

Kibana

Kibana is the visualization layer.

It allows users to:

  • Search logs
  • Build dashboards
  • Create charts and graphs
  • Visualize trends
  • Investigate security incidents
  • Monitor infrastructure

How ELK Works Together

elk-stack-get-started-with-elasticsearch-logstash-kibana-beats-860915ELK Stack
  1. Beats collect data from systems and applications.
  2. Logstash receives and processes the collected data.
  3. Elasticsearch stores and indexes the processed data.
  4. Kibana queries Elasticsearch and presents the data through interactive dashboards and visualizations.

About

Elastic Stack (ELK) was originally developed to store, search, and visualize large amounts of data. Organizations initially used it to monitor application performance and perform searches across large datasets.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors