elasticsearch/docs/reference/esql/esql-apis.asciidoc
Chris Hegarty f14d87be58
Add ES|QL async query api docs (#104054)
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.
2024-01-09 09:17:02 +00:00

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[]