Commit graph

2 commits

Author SHA1 Message Date
Stanislav Malyshev
3669e061d4
Fix typo in docs example (#121206) 2025-01-29 09:44:42 -07:00
Stanislav Malyshev
f27f74666f
ES|QL async queries: Partial result on demand (#118122)
Add capability to stop async query on demand
The theory:

- User initiates async search request
- User sends the stop request (POST _query/async/<ID>/stop)
- If the async is finished by that time, it's like regular async get
- If it's not finished, the sinks are closed and the request is forcefully finished
2025-01-23 10:21:52 -07:00