Alexander Spies
c5ac06a70c
Remove esql version from docs ( #108933 )
...
Follow-up to https://github.com/elastic/elasticsearch/pull/108919 . The
latter needs to be merged first to have the docs tests pass, as it makes
the version parameter optional in requests.
2024-05-23 10:36:15 -04:00
Alexander Spies
71b276da90
ESQL: Add version to docs ( #107225 )
...
Docs for https://github.com/elastic/elasticsearch/pull/106824 .
Does not cover the [REST API
specs](https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/esql.query.json )
as these don't cover the request body.
2024-04-15 10:50:00 -04:00
Nik Everett
8485dfee3f
Mute ESQL async docs tests ( #106294 )
...
They are failing and tracked by #104013 .
2024-03-13 11:08:12 -04:00
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