Alerting health API only considers rules in the default space #99930
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Alerting
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
I looked at the code within https://github.com/elastic/kibana/blob/master/x-pack/plugins/alerting/server/health/get_health.ts and saw the usage of
internalSavedObjectsRepository
, which works only with the default space by default (need to specify namespace otherwise). These checks and the health API should consider rules in all spaces.The text was updated successfully, but these errors were encountered: