Simple HTTP status code healthcheck endpoint #148511
Labels
Project:HealthApis
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Describe the feature:
While I am familiar with
/api/status
it returns a 200 check even while service is degraded and metric beat or other connections will fail.Would it be possible to get an HTTP endpoint that will not return a
200 OK
until Kibana is actually ready to serve traffic. Having load balancers parse the output from/api/status
is not a feature available to most of them to make sure that Kibana is not degraded.Describe a specific use case for the feature:
The text was updated successfully, but these errors were encountered: