🔍 Elasticsearch
Beginner
What is the ELK stack?
Answer
The ELK stack is a popular log management and analytics pipeline composed of three open-source tools: Elasticsearch stores and indexes the data, Logstash ingests, transforms, and ships data from various sources into Elasticsearch, and Kibana provides a browser-based UI for visualizing and exploring the data stored in Elasticsearch. A modern variant is the Elastic Stack, which adds Beats (lightweight data shippers) to the ELK trio. The stack is widely used for centralized logging, application performance monitoring (APM), and security analytics (SIEM).
Previous
What is Elasticsearch and what problems does it solve?
Next
How does an Elasticsearch index compare to a database?
More Elasticsearch Questions
View all →- Beginner What is Elasticsearch and what problems does it solve?
- Beginner How does an Elasticsearch index compare to a database?
- Beginner What is a document in Elasticsearch?
- Beginner What is a field in Elasticsearch and how does it compare to a column?
- Beginner What is a cluster, node, shard, and replica in Elasticsearch?