-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Security Solution][Exceptions] - Fixes exception builder bug that includes matches operator #136340
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
[Security Solution][Exceptions] - Fixes exception builder bug that includes matches operator #136340
Conversation
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
…-ref HEAD~1..HEAD --fix'
…bana into remove_matches_from_builder
| ]; | ||
|
|
||
|
|
||
| export const ALL_OPERATORS: OperatorOption[] = [ |
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.
Renamed this to try to help with a bit of the confusion.
…-ref HEAD~1..HEAD --fix'
💚 Build SucceededMetrics [docs]Public APIs missing comments
Async chunks
History
To update your PR or re-run it, just comment with: cc @yctercero |
ashokaditya
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.
Thanks for this @yctercero. I tested it out and it works as expected on the Event Filters side. Also, it doesn't show the matches operator for any fields when creating a rule exception.
Note: Given that file.path.text displayed a matches operator also while creating rules before this fix, I'm not sure if users will still expect that behavior going forward. In other words, maybe the matches operator should show if the field is file.path.text regardless of what the listType is?
dhurley14
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!
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…cludes matches operator (#136340) (#136652) ## Summary Addresses Kibana issue #36224 (cherry picked from commit ff3853c) Co-authored-by: Yara Tercero <[email protected]>
Summary
Addresses #136224
Testing
Checklist