Advanced workflows in ES|QL
These guides provide detailed information about more advanced workflows in ES|QL.
- Extract data with
DISSECTandGROK: Learn how to extract and transform structured data from unstructured text. - Augment data with
ENRICH: Learn how to combine data from different indices. - Join data with
LOOKUP JOIN: Learn how to join data from different indices. - Approximate
STATSqueries: Learn how to obtain fast approximations of STATS queries.
To combine or reuse query results using subqueries, views, or FORK, refer to Combine and reuse ES|QL queries.