<aside> 🖊️

Abdullah Al Rafi, March 06, 2025. last updated : 4:00 PM, March 11, 2025.

</aside>

Elasticsearch is a popular distributed search and analytics engine designed to handle large volumes of data for fast, real-time searches. Elasticsearch’s capabilities make it useful in many essential cases like log analysis. Its users can create their own analytics queries to streamline analyzing data stored in an index.

Each query covered here will fall into 2 types:

Structured Queries: queries that are used to retrieve structured data such as dates, numbers, pin codes, etc.

Full-text Queries: queries that are used to query plain text.

Note: For this article and the related operations, we’re using Elasticsearch and Kibana version 8.9.0. Here we go :