-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Uptime] Allow logical AND in Monitor Status rule #391
Comments
Adding a specific customer use case: The customer has several heartbeat instances monitoring the same URLs from different locations. The customer wants to get an alert if 1 instance is not reporting. |
We're going to evaluate putting this request onto our roadmap. Earliest possible target would be 8.1, but at this point we haven't committed to working on it at all. If it does get added you'll be able to track the board it's on (projects link on the sidebar) and the issue's target version label. |
@justinkambic the main description (alert when all are down), seems different to #391 (comment) suggesting an alert if one location is down. Can you clarify? |
Per the original forum request:
Today we will trigger an alert for a rule when any location is down. This is the canonical case, and today we're not accounting for the more esoteric choice of wanting to know only when all are down. |
Pinging @andrewvc re @justinkambic's comment |
@drewpost to find out some more about the why for this, for example, to handle the unreliability of ICMP for example with retry capabilities. |
Hi @paulb-elastic |
We have the same use case here. We've heartbeat instances deployed in multiple AZs and we'd need to know when the monitor is down from all observers point of view. |
Captured in elastic/kibana#153571 |
Is your feature request related to a problem? Please describe.
We received a request from a user to be able to receive alerts only when their service is down in all locations. Today, if we configure an alert with multiple locations and any of them go down, the rule will become active.
Describe the solution you'd like
We should add an option that allows users to make it so a rule only activates when all of the specified locations are simultaneously unavailable.
Describe alternatives you've considered
N/A
Additional context
There may be some workaround possible with custom query logic, but if we want users to be able to do this it will be worthwhile to add the functionality as part of the standard UI flow.
The text was updated successfully, but these errors were encountered: