Skip to content

Commit 0551537

Browse files
correcting links to reference content (#1105)
1 parent 698f710 commit 0551537

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mapped_pages:
1616

1717
**Elasticsearch Query Language ({{esql}})** is a piped query language for filtering, transforming, and analyzing data.
1818

19-
You can author {{esql}} queries to find specific events, perform statistical analysis, and generate visualizations. It supports a wide range of [commands, functions and operators](elasticsearch://reference/query-languages/esql/esql-functions-operators.md) to perform various data operations, such as filtering, aggregation, time-series analysis, and more. Today, it supports a subset of the features available in Query DSL, but it is rapidly evolving.
19+
You can author {{esql}} queries to find specific events, perform statistical analysis, and generate visualizations. It supports a wide range of [commands](elasticsearch://reference/query-languages/esql/esql-commands.md), [functions, and operators](elasticsearch://reference/query-languages/esql/esql-functions-operators.md) to perform various data operations, such as filtering, aggregation, time-series analysis, and more. Today, it supports a subset of the features available in Query DSL, but it is rapidly evolving.
2020

2121
::::{note}
2222
**{{esql}}'s compute architecture**
@@ -60,4 +60,4 @@ Find more details about {{esql}} in the following documentation pages:
6060

6161
- [Examples](/explore-analyze/query-filter/languages/esql.md): A few examples of what you can do with {{esql}}.
6262

63-
To get started, you can also try [our ES|QL training course](https://www.elastic.co/training/introduction-to-esql).
63+
To get started, you can also try [our ES|QL training course](https://www.elastic.co/training/introduction-to-esql).

0 commit comments

Comments
 (0)