[alerts] provide an "explain" capability to show elasticsearch queries that alerts will run #84417
Labels
estimate:needs-research
Estimated as too large and requires research to break down into workable issues
Feature:Alerting/RulesManagement
Issues related to the Rules Management UX
Feature:Alerting
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
insight
Issues related to user insight into platform operations and resilience
resilience
Issues related to Platform resilience in terms of scale, performance & backwards compatibility
response-ops-mx-backlog
ResponseOps MX backlog
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
Alerts are commonly implemented using elasticsearch queries built from the alert parameters provided by customers. While you can pretty much guess how those queries are built, it would be nice to provide some UX where a customer can show the exact query that will be used. Kind of like an "explain" for alerts.
This came up in the context of an SDH where a customer wanted to compare an elasticsearch query they wanted to use in an alert, to the alert parameters they thought would match. There's no way to do that comparison today, without looking at the code, and even that won't be easy since the query builders can get complex.
Example: provide a link in the alert parameter forms, which when clicked, will display a popup with the query used, filled in with parameters in the form.
Some notes/complications:
The text was updated successfully, but these errors were encountered: