Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Elasticsearch version check to New Platform #49785

Closed
rudolf opened this issue Oct 30, 2019 · 1 comment · Fixed by #51311
Closed

Add Elasticsearch version check to New Platform #49785

rudolf opened this issue Oct 30, 2019 · 1 comment · Fixed by #51311
Assignees
Labels
blocker Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v8.0.0

Comments

@rudolf
Copy link
Contributor

rudolf commented Oct 30, 2019

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.

@rudolf rudolf added blocker Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Feature:New Platform v8.0.0 labels Oct 30, 2019
@afharo afharo self-assigned this Nov 15, 2019
@afharo afharo added the v7.6.0 label Nov 15, 2019
@afharo
Copy link
Member

afharo commented Nov 19, 2019

I'm finding this task can only be partially done because the Status plugin has not been migrated to the New Platform yet. I think we'll need to expose another service to the Plugins to report their status (#41983).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v8.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants