mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 09:54:06 -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>
13 lines
No EOL
542 B
Markdown
13 lines
No EOL
542 B
Markdown
---
|
|
navigation_title: "Syntax reference"
|
|
---
|
|
|
|
# ES|QL syntax reference
|
|
|
|
This section covers the essential syntax of the ES|QL language.
|
|
|
|
* [Basic syntax](esql-syntax.md): Learn the fundamentals of ES|QL query structure, including pipes, commands, and expressions.
|
|
|
|
* [Commands](esql-commands.md): Discover the core commands for data retrieval, filtering, aggregation, and transformation.
|
|
|
|
* [Functions and operators](esql-functions-operators.md): Explore the full range of functions and operators available for data manipulation and analysis. |