Depends on elastic/elasticsearch#50032
Action items
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:
Depends on elastic/elasticsearch#50032
Action items
.monitoring-{stackProduct}-*documents instead of from.monitoring-alerts*documents [Monitoring] Migrate data source for legacy alerts to monitoring data directly #87377Background
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: