Commit graph

4 commits

Author SHA1 Message Date
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