-
Notifications
You must be signed in to change notification settings - Fork 25.6k
EQL: Adds an ability to execute an asynchronous EQL search #57992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adds support for async searches to eql search API. This commit is limited to only submitting search API requests and doesn't provide APIs to get results nor delete the results. These functions will be added in follow up PRs. Relates to #49638
Switches to RestCancellableNodeClient wrapper for eql search operation in order to detect clients closing the connection and cancelling the operation. Relates to #49638
Adds support for retrieving async EQL search result s to eql search API. Relates to #49638
Adds the `dev` admonition to EQL features, which are in development under a feature flag.
Adds support for deleting async EQL search results to EQL search API. Relates to #49638
The `size` parameter can be used to limit matching events or sequences.
The async task task maintenance service is used by both async search plugin as well as EQL plugin. So it needs to reside in the core. Relates to #49638
|
Pinging @elastic/es-ql (:Query Languages/EQL) |
jimczi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@elasticmachine update branch |
|
@elasticmachine update branch |
|
@elasticmachine update branch |
costin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@elasticmachine update branch |
Adds async support to EQL searches
Closes #49638