-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Alerting UI] Enable edit alert functionality for Uptime alert types from alerting management ui. #60915
Comments
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
Am I right in thinking that this is dependent on this: #60135 ? If so, it should be marked as blocked. |
No, I think this issue is related to a race condition when legacy plugins register alert types in the UI registry. I'd check with @YulNaumenko for more details. |
Looked into it more. The Uptime UI is a legacy plugin and runs on a separate page than the main Kibana UI. This causes the the uptime alert type to not get registered when accessing the management UIs. We'd have to see what options there are to make it work, if any, otherwise we'll have to wait for Uptime to migrate to the Kibana Platform. |
Pinging @elastic/uptime (Team:uptime) |
Removing from Alerting project, issue will resolve once Uptime completes Kibana Platform migration. |
Uptime client migration tracked here: #55086 |
Alerting management UI doesn't display Edit button for alert types registered only in external plugins:
We should implement ability to edit Uptime alert types from alerting management ui.
The text was updated successfully, but these errors were encountered: