What is the Elastic Stack?
masterThe Elastic Stack (often referred to as the ELK stack when using Elasticsearch, Logstash, and Kibana) is a collection of tools for data ingestion, search, and visualization.
Core components include:
- Elasticsearch: A distributed document store for JSON documents.
- Kibana: An analytics and visualization platform to interact with Elasticsearch data.
- Logstash: An ETL (Extract, Transform, Load) pipeline for collecting, enriching, and transporting data.
- Beats: Lightweight data shippers (e.g., Filebeat, Metricbeat, Auditbeat) installed on clients to ship data.
- Elastic Hadoop and APM Server.