-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Team:MonitoringStack Monitoring teamStack Monitoring team
Milestone
Description
Depends on elastic/elasticsearch#50032
Action items
- Update Kibana to call this new API [Monitoring] Remove deprecated watcher-based cluster alerts #85047
- Update existing legacy cluster alerts to fetch data from
.monitoring-{stackProduct}-*documents instead of from.monitoring-alerts*documents [Monitoring] Migrate data source for legacy alerts to monitoring data directly #87377 - Communicate change to user and tell them to may need to add connectors (see [Monitoring] Migrate cluster alerts from watcher to Kibana alerting #81020 (comment)) [Monitoring] Add toast for newly created alerts #89202
Background
We need to leverage the new ES api to remove all existing cluster alert watches and let our new Kibana alerts work by themselves.
Right now, we fetch legacy alert data from the result of the cluster alert watches index (which is .monitoring-alerts-*). Once the watches are gone, these alerts need to fetch the data manually, but I have done this work already:
Metadata
Metadata
Assignees
Labels
Team:MonitoringStack Monitoring teamStack Monitoring team