mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
* [DOCS][9.0] Improve ESQL reference docs IA - reorganized es|ql reference documentation from flat list to logical hierarchy - created three main sections: syntax reference , special fields, advanced operations - renamed pages with more consistent and task-oriented titles - aligned navigation titles with page content - improved introductory text for each section - used parallel phrasing for similar concepts - clarified the relationship between reference docs and conceptual docs Co-authored-by: Alexander Spies <alexander.spies@elastic.co>
627 B
627 B
navigation_title |
---|
Advanced workflows |
Advanced workflows in {{esql}}
These guides provide detailed information about more advanced workflows in {{esql}}.
- Extract data with
DISSECT
andGROK
: 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.