-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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][Endpoint] Disallow list operator in event filters form #107122
[Security solution][Endpoint] Disallow list operator in event filters form #107122
Conversation
Pinging @elastic/security-onboarding-and-lifecycle-mgt (Team:Onboarding and Lifecycle Mgt) |
@elasticmachine merge upstream |
…operatr_value-106970
@elasticmachine merge upstream |
…operatr_value-106970
Hey @kertal, is there any reason to close this? I think maybe there is some wrong link between pr's |
@dasansol92 hey, sorry! seems the link was wrong! no reason to close this! |
@elasticmachine merge upstream |
…operatr_value-106970
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
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.
🔥 🔥 😆
… form (elastic#107122) * adds entries.list.id field in the searchable event filters fields list * adds test case for list.id operator * Revert "adds entries.list.id field in the searchable event filters fields list" This reverts commit 45a66fd. * Revert "adds test case for list.id operator" This reverts commit 9dba145. * Disable large value list option in operators dropdown Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
… form (#107122) (#107645) * adds entries.list.id field in the searchable event filters fields list * adds test case for list.id operator * Revert "adds entries.list.id field in the searchable event filters fields list" This reverts commit 45a66fd. * Revert "adds test case for list.id operator" This reverts commit 9dba145. * Disable large value list option in operators dropdown Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: David Sánchez <davidsansol92@gmail.com>
… form (elastic#107122) * adds entries.list.id field in the searchable event filters fields list * adds test case for list.id operator * Revert "adds entries.list.id field in the searchable event filters fields list" This reverts commit 45a66fd. * Revert "adds test case for list.id operator" This reverts commit 9dba145. * Disable large value list option in operators dropdown Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Summary
As there is no support yet for this operator in the artifacts let's disallow this by now until we know if this is something we can add or not.
UPDATE: endpoint doesn't support this operator
Before:
After:
For maintainers