-
Notifications
You must be signed in to change notification settings - Fork 25.6k
EQL: Remove "fields" section from sequence in-progress searches #74824
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
|
Pinging @elastic/es-ql (Team:QL) |
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.
👍
Let's keep an eye on the benchmarks to see what impact this PR will have (I expect things to improve slightly).
bpintea
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
matriv
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, nice!
Until now any
fieldsthe user was specifying in an eql request was carried over in any_searchrequest eql was performing, including intermediary searches as part of sequences. With this change, the unnecessary use offieldsinside in-progress searches from sequences is removed.Fixes #74582