Elasticsearch Query Language: ES|QL
BBL Infrabel (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.
Demo: ES|QL
This repository contains the code for the ES|QL demo.
Demo: Playground page
This is an open instance with some data where you can try ES|QL.
Documentation: ES|QL
This is the official ES|QL guide.
Demo: Elasticsearch Java client with ES|QL
This demo shows how you can use the Elasticsearch Java client to interact with ES|QL
