Skip to content

Elasticsearch 8.17.1

Latest
Compare
Choose a tag to compare
@sarog sarog released this 22 Jan 21:32
Fix ESQL async get while task is being cancelled (#119897) (#119907)

ES|QL and EQL async queries do not store the initial response in the
async index. This means that async-get should retrieve results from the
task, not the async index, when the query task is being canceled, as no
document exists there.