Skip to content
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

[RAM] Rule event log list - incorrect result filtering by message and outcome at the same time #142889

Closed
JiaweiWu opened this issue Oct 6, 2022 · 1 comment · Fixed by #143119
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Alerting/RulesManagement Issues related to the Rules Management UX Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) v8.6.0

Comments

@JiaweiWu
Copy link
Contributor

JiaweiWu commented Oct 6, 2022

Source comment: #142645 (comment)

In the rule event log list, when filtering by event log message and event log outcome at the same time, the result is incorrect, this is because we forgot a parenthesis in the query:

i.e. the query is:
message: "test" OR error.message: "test" and event.outcome: failure
but should be:
(message: "test" OR error.message: "test") and event.outcome: failure

@JiaweiWu JiaweiWu added bug Fixes for quality problems that affect the customer experience Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) Feature:Alerting/RulesManagement Issues related to the Rules Management UX v8.5.0 v8.6.0 labels Oct 6, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops (Team:ResponseOps)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Alerting/RulesManagement Issues related to the Rules Management UX Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) v8.6.0
Projects
No open projects
2 participants