Commit graph

7 commits

Author SHA1 Message Date
Chris Hegarty
5d6b833fe6
ES|QL Minor async query doc parameter clarification (#104327)
This commit adds a minor clarification to an ESQL async query doc
parameter.
2024-01-12 11:50:00 -05:00
ChrisHegarty
8500d33841 Fix doc typos 2024-01-09 10:54:23 +00:00
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
Chris Hegarty
a6c642d4ac
Enable async in ES|QL REST tests (#103700)
This commit enables async in ES|QL REST tests, and also fixes a couple of issue relating to warnings and completion.
2024-01-06 22:06:04 +00:00
Chris Hegarty
695a04c69c
Fix GET API path in esql-async-query-api.asciidoc (#103725)
This commit fixes the GET API path in esql-async-query-api.asciidoc
2023-12-27 20:05:30 +00:00
Chris Hegarty
2d352e9cb4
Add ES|QL async delete API (#103628)
This commit adds the ES|QL async delete API, to cancel running ES|QL queries and/or remove stored results.
2023-12-22 13:49:45 +00:00
Chris Hegarty
6ca309983d
ES|QL Async Query API (#103398)
This commit adds two new endpoints to support ES|QL async querying.

The endpoints added are:
 1. GET /_query/async - for initiating a query
 2. GET /_query/async/{id} - for retrieving the result
2023-12-20 11:25:55 +00:00