Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions explore-analyze/query-filter/languages/esql.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mapped_pages:

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

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.
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.

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

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

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