Elasticsearch Query Language: ES|QL
BBL Fortis (private event)
Brussels
🇧🇪Belgium
Nov. 2024
Slides
Abstract
Elasticsearch and Kibana added a brand new query language: ES|QL — coming with a new endpoint (_query) and a simplified syntax. It lets you refine your results one step at a time and adds new features like data enrichment and processing right in your query. And you can use it across the Elastic Stack — from the Elasticsearch API to Discover and Alerting in Kibana. But the biggest change is behind the scenes: Using a new compute engine that was built with performance in mind.
Join us for an overview and a look at syntax and internals.
Resources
The following resources were mentioned during the presentation or are useful additional information.
Fortis
Demo code
The code played during the demo
Playground page
If you want to try ES|QL, there’s an open instance with some data.
ES|QL Guide
The official guide
Java Demo code
The Java demo for ES|QL
