What is Elastic Search?
A distributed search and analytics engine built on Apache Lucene, optimized for full-text search and log analysis.
Elasticsearch indexes documents as JSON and provides powerful full-text search with relevance scoring. It supports fuzzy matching, aggregations, geospatial queries, and auto-completion. The ELK Stack (Elasticsearch, Logstash, Kibana) is the standard for log analysis.
Use cases include website search, application monitoring, security analytics, and business intelligence. Elasticsearch scales horizontally across clusters of nodes.