ELK (Elasticsearch, Logstash, and Kibana)

Contents

Elasticsearch, Logstash, and Kibana

Elasticsearch is the distributed search and analytics engine at the heart of the Elastic Stack. Logstash and Beats facilitate collecting, aggregating, and enriching your data and storing it in Elasticsearch. Kibana enables you to interactively explore, visualize, and share insights into your data and manage and monitor the stack.

Elasticsearch

What is Elasticsearch?

Elasticsearch is a distributed, RESTful search and analytics engine. It can support geo-location, time-series, and textual search.

Logstash

What is Logstash?

Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to the Elasticsearch. (ingest logging information)

Kibana

What is Kibana?

Kibana is a platform for the Elasticsearch data visualization, indexes, and management. It provides visualization capabilities on top of the content indexed on an Elasticsearch cluster. Users can create bar, line and scatter plots, or pie charts and maps on top of large volumes of data.

Contents