elasticsearch/docs/reference/query-languages/esql/esql-advanced.md

11 lines
627 B
Markdown
Raw Normal View History

---
navigation_title: "Advanced workflows"
---
# Advanced workflows in {{esql}}
These guides provide detailed information about more advanced workflows in {{esql}}.
* [Extract data with `DISSECT` and `GROK`](/reference/query-languages/esql/esql-process-data-with-dissect-grok.md): Learn how to extract and transform structured data from unstructured text.
* [Augment data with `ENRICH`](/reference/query-languages/esql/esql-enrich-data.md): Learn how to combine data from different indices.
* [Join data with `LOOKUP JOIN`](/reference/query-languages/esql/esql-lookup-join.md): Learn how to join data from different indices.