Add Elasticsearch version check to New Platform #49785
Labels
blocker
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
v8.0.0
In the legacy Platform the elasticsearch plugin did a healthcheck that included checking that all Elasticsearch nodes in the cluster match that of Kibana.
In #14163 we decided to abandon the polling health check. Although the reasons for abandoning the health check still stand, we will have to keep polling to do the version check since new Elasticsearch nodes can join an existing cluster after Kibana has started up.
The text was updated successfully, but these errors were encountered: