elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.69k stars 8.24k forks source link

Allow for More Than 2 Thresholds (and custom names, and colors) within Rules #114027

Open BenB196 opened 3 years ago

BenB196 commented 3 years ago

Describe the feature:

Currently, rules (i.e. Metric threshold) only have 2 "thresholds": Alert and Warning.

  1. It would be nice to be able to have more than just 2 "thresholds"
  2. It would be nice if you could set custom "threshold" values, as Warning and Alert aren't always the best descriptors.
  3. It would be nice if you could set the color that the "threshold" value is, currently it's either yellow or red

Describe a specific use case for the feature:

Let's say I have a Metric threshold rule that monitors for the used disk space of systems. The rule checks the average of the value system.filesystem.used.pct.

I want to be able to do the following:

BenB196 commented 6 months ago

This feature might now be covered under conditional actions:

image image

Though if Elastic does want to consider this covered, it could probably use more official documentation.