Have the status_page route return a 503 when the kibana status is red #72831
Labels
enhancement
New value added to drive a business result
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Original discussion: #72017 (comment)
In #72017 we migrated the status page to core. However the legacy status page was responding with an http code of 503 when the kibana status is red.
This is something that could not be done directly in #72017 as the server-side API was not yet migrated to core.
When this is done, we should adapt the status_page server-side route to correctly return 503 until kibana is green.
The text was updated successfully, but these errors were encountered: