Skip to content

Commit c4c7533

Browse files
authored
Make ESQL syntax reference link more visible (#1438)
Many folks used to the old docs where all ESQL docs were in one place, will often arrive here searching for the syntax reference.
1 parent 103847f commit c4c7533

File tree

1 file changed

+5
-5
lines changed
  • explore-analyze/query-filter/languages

1 file changed

+5
-5
lines changed

explore-analyze/query-filter/languages/esql.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ products:
1212

1313
# {{esql}} [esql]
1414

15+
:::{tip}
16+
Looking for the {{esql}} syntax reference? Refer to the [reference documentation](elasticsearch://reference/query-languages/esql.md).
17+
:::
18+
1519
**Elasticsearch Query Language ({{esql}})** is a piped query language for filtering, transforming, and analyzing data.
1620

1721
## What's {{esql}}? [_the_esql_compute_engine]
@@ -64,10 +68,6 @@ You can interact with {{esql}} in two ways:
6468

6569
### Reference documentation
6670

67-
:::{note}
68-
The {{esql}} reference documentation lives in the {{es}} reference section of the Elastic docs.
69-
:::
70-
7171
#### Core references
7272
* [{{esql}} reference](elasticsearch://reference/query-languages/esql.md)
7373
* [{{esql}} syntax](elasticsearch://reference/query-languages/esql/esql-syntax.md)
@@ -94,4 +94,4 @@ The {{esql}} reference documentation lives in the {{es}} reference section of th
9494
{{esql}} is built on top of a new compute architecture within {{es}}, designed to achieve high functional and performance requirements for {{esql}}. {{esql}} search, aggregation, and transformation functions are directly executed within Elasticsearch itself. Query expressions are not transpiled to Query DSL for execution. This approach allows {{esql}} to be extremely performant and versatile.
9595

9696
The new {{esql}} execution engine was designed with performance in mind — it operates on blocks at a time instead of per row, targets vectorization and cache locality, and embraces specialization and multi-threading. It is a separate component from the existing Elasticsearch aggregation framework with different performance characteristics.
97-
::::
97+
::::

0 commit comments

Comments
 (0)