mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
This commit adds detailed API docs for the ES|QL async apis, as well as moving the narrative to the ES|QL specific REST docs. Additionally, a few top-level lists are reflowed to reflect that there are now multiple APIs.
20 lines
530 B
Text
20 lines
530 B
Text
[[esql-apis]]
|
|
== {esql} APIs
|
|
|
|
The {es} Query Language ({esql}) provides a powerful way to filter, transform,
|
|
and analyze data stored in {es}, and in the future in other runtimes. For an
|
|
overview of {esql} and related tutorials, see <<esql>>.
|
|
|
|
* <<esql-query-api>>
|
|
* <<esql-async-query-api>>
|
|
* <<esql-async-query-get-api>>
|
|
* <<esql-async-query-delete-api>>
|
|
|
|
|
|
include::esql-query-api.asciidoc[]
|
|
|
|
include::esql-async-query-api.asciidoc[]
|
|
|
|
include::esql-async-query-get-api.asciidoc[]
|
|
|
|
include::esql-async-query-delete-api.asciidoc[]
|