You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL: Introduce an async querying mode for SQL (#73991) (#74643)
This adds an async query mode to SQL.
It (re)uses the same request and response async-specific EQL object
parameters.
Also similar to EQL, the running search task can have its state
monitored and canceled and its results stored and deleted, with
intermediary responses not supported (the entire result is available
once search finished).
The async implementation is extended to work with the SQL-specific
text formats (txt, csv, tsv) as well, besides xcontent.
Closes#71041.
(cherry picked from commit 42cc419)
Copy file name to clipboardExpand all lines: x-pack/plugin/eql/src/internalClusterTest/java/org/elasticsearch/xpack/eql/action/AsyncEqlSearchActionIT.java
0 commit comments