Basic Introduction
- Elasticsearch(ES) is a database that provides distributed, near real-time search and analytics for different types fo data.
- Data is stored in the form of schema-less JSON documents (NoSQL)
Supported Features
- Lightening fast full-text search
- Security analytics and infrastructure monitoring
- Can be scaled to thousands of servers and can handle petabytes of data
- Can be intergrated with Kibana to provide real-time visualisation of Elasticsearch data for accessing application erformance and for monitoring logs and infrastructure metrics data
- Use of machine learning to automatically model the behaviour of your data in real-time
Concepts
[[Concepts]]
Example
[[APIExamples]]