Please enable JavaScript.
Coggle requires JavaScript to display documents.
Elastic Stack - Coggle Diagram
Elastic Stack
Elastic Stack
Kibana
is the visualization tool for the ElasticSearch, and can help to gain powerful insights about data in ElasticSearch.
Logstash
helps to centralize event data such as logs, metrics, or any other data in any format. It's an excellent general-purpose data flow engine that helps in building real-time, scalable data pipeline.
ElasticSearch
is a real-time, distributed search and analytics engine that is horizontally scalable and capable of solving a wide variety of use cases. Elasticsearch is the heart of Elastic Stack.
Benefits
- Schemaless, document-oriented
- Searching
- Analytics
- Rich client library support and the Rest API
- Easy to operate and easy to scale
- Near real-time
- Lightning-fast
- Fault-tolerant
-
X-Pack
is an Elastic Stack extension that provides security, alerting, monitoring, reporting, machine learning, and many other capabilities.
-
-
-
Best Practices
Keep original data
Create a field to store original data, not just the analysed / indexed data.
-
What is it?
Elastic Stack is a group of open source products from Elastic designed to help users take data from any type of source and in any format and search, analyze, and visualize that data in real time.
ElasticSearch x Relational DB
index -> db
type -> table
mapping -> scheme
document -> tuple / row
attribute -> column
-