-
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
[Monitoring]Add Filter in stack monitoring rules #96800
Comments
Pinging @elastic/stack-monitoring (Team:Monitoring) |
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
With 91145 in good shape for 7.15 (thanks team!) I was wondering if we maybe able to look at this one in the near future to see what it would take to implement? |
@ravikesarwani For the KQL auto complete fields, do we want to just get the fields from the SM index patterns? OR do we want to use a curated list of fields? |
@simianhacker I think keeping it versatile but simple for the most common use cases maybe the best option here.
|
Add “Filter” as an optional field in all the stack monitoring rules.
This can be similar to what we have in Metric threshold rule.
This will allows users more control in terms of the scope of alerts.
Users should be able to filter (include or exclude) based on things like cluster id, node id etc. fields.
This combined with allowing users to create additional rules in Rules and connectors will help users to setup different rules for different workloads when monitoring many production clusters to the same monitoring cluster (a typical scenario).
Also this can help with scenarios where a user wants to exclude certain cluster or nodes from a specific alert.
Example1: They do not want alerts to be generated for a Dev or QA cluster.
Example2: They want to exclude certain nodes for a specific alert (do not want disk alert on frozen tier nodes)
The text was updated successfully, but these errors were encountered: