-
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
Please bring back the option to create segregated synthetic alert rules for each of our synthetic monitors. #175298
Comments
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
Hey @andrelrmarques, not sure why they did that but the workaround for me is adding |
Hello @Erikg346 , it's a good workaround and I did the same here but the Uptime is being considered a legacy option by now so I am not sure how long it will works. |
Just arrived here trying to do the same thing. Any resolution or movement on this? |
Nothing that I am aware of. |
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
Also looking for a fix to this. Different monitors may require different criteria before sending out an alert, and the new Synthetics rules offer practically no customization nor filtering. You cannot deprecate and remove Uptime until Synthetics is a better solution. As of now, it is not. |
## Summary Fixes elastic#175298 Improve synthetics alerting !! User will be able to create custom synthetics status alert by defining three kind of criteria ### Monitor is down over last consective checks with threshold <img width="639" alt="image" src="https://github.com/elastic/kibana/assets/3505601/390da238-f7f2-4eb0-9606-3279b3199fdf"> ### From Locations threshold Will be considered down only when from defined number of locations <img width="618" alt="image" src="https://github.com/elastic/kibana/assets/3505601/24741a10-0880-4247-9048-8ce03df25bf5"> ### Over time with checks threshold just like uptime custom status alert <img width="631" alt="image" src="https://github.com/elastic/kibana/assets/3505601/64e1c808-8d4b-4dd0-b794-eb7f4e5d1e6b"> --------- Co-authored-by: kibanamachine <[email protected]> Co-authored-by: Dominique Clarke <[email protected]> Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Maryam Saeidi <[email protected]> Co-authored-by: Justin Kambic <[email protected]> (cherry picked from commit 82d0b00) # Conflicts: # .github/CODEOWNERS # x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/alerts/query_bar.tsx
Describe the feature:
In Elastic 8.9.x there was an option to create segregated synthetic alert rules for each of our synthetic monitors, if you navigate to Observability > Alerts > Manage Rules > Create Rule , where you would see the following options:
This screenshot shows how that looked like:
After Elastic 8.10.x, the option is not longer available.
By having it, we were able to create separate rules for specific monitors by appliing a simple filter.
This feature was removed and centralized on just one rule for all monitors starting at 8.10.x release.
Describe a specific use case for the feature:
We need to send different alert descriptions for each synthetic monitor, and cannot do it using the current way
The text was updated successfully, but these errors were encountered: