Commit Graph

2 Commits

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