|
1 | 1 | --- |
2 | | -navigation_title: "{{esql}} reference" |
| 2 | +navigation_title: "{{esql}}" |
3 | 3 | mapped_pages: |
4 | 4 | - https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-language.html |
5 | 5 | --- |
6 | 6 |
|
7 | 7 | # {{esql}} reference [esql-language] |
8 | 8 |
|
9 | 9 | :::{note} |
10 | | -This section provides detailed **reference information**. |
| 10 | +This section provides detailed **reference information** about the {{esql}} language, including syntax, functions, and operators. |
11 | 11 |
|
12 | | -For overview, conceptual, and getting started information, refer to the [{{esql}} language](docs-content://explore-analyze/query-filter/languages/esql.md) in the **Explore and analyze** section. |
| 12 | +For overview, conceptual, and getting started information, refer to the [{{esql}} language overview](docs-content://explore-analyze/query-filter/languages/esql.md) in the **Explore and analyze** section. |
13 | 13 | ::: |
14 | 14 |
|
15 | | -* [Syntax reference](/reference/query-languages/esql/esql-syntax.md) |
16 | | -* [Commands](/reference/query-languages/esql/esql-commands.md) |
17 | | -* [Functions overview](/reference/query-languages/esql/esql-functions-operators.md#esql-functions) |
18 | | -* [Metadata fields](/reference/query-languages/esql/esql-metadata-fields.md) |
19 | | -* [Multivalued fields](/reference/query-languages/esql/esql-multivalued-fields.md) |
20 | | -* [Data enrichment](/reference/query-languages/esql/esql-enrich-data.md) |
21 | | -* [Data processing with DISSECT and GROK](/reference/query-languages/esql/esql-process-data-with-dissect-grok.md) |
22 | | -* [Implicit casting](/reference/query-languages/esql/esql-implicit-casting.md) |
23 | | -* [Time spans](/reference/query-languages/esql/esql-time-spans.md) |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
| 15 | +{{esql}} is a piped query language for exploring and analyzing data in {{es}}. It is designed to be easy to use and understand, while also being powerful enough to handle complex data processing. |
32 | 16 |
|
| 17 | +This reference section provides detailed technical information about {{esql}} features, syntax, and behavior: |
33 | 18 |
|
| 19 | +* [Syntax reference](esql/esql-syntax-reference.md): Learn the basic syntax of commands, functions, and operators |
| 20 | +* [Advanced workflows](esql/esql-advanced.md): Learn how to handle more complex tasks with these guides, including how to extract, transform, and combine data from multiple indices |
| 21 | +* [Types and fields](esql/esql-types-and-fields.md): Learn about how {{esql}} handles different data types and special fields |
| 22 | +* [Limitations](esql/limitations.md): Learn about the current limitations of {{esql}} |
| 23 | +* [Examples](esql/esql-examples.md): Explore some example queries |
0 commit comments