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

[backport] 5.x - Update elasticsearch plugin to require ES to have the same version as Kibana. #8266

Merged

Conversation

cjcenizal
Copy link
Contributor

@cjcenizal cjcenizal commented Sep 14, 2016

Backport of #8229

We can't backport this because the ES check causes the server unit tests to fail:

This version of Kibana requires Elasticsearch v5.1.0 on all nodes. I found the following incompatible nodes in your cluster: v5.0.0-beta1 @ 127.0.0.1:9220 (127.0.0.1)

@cjcenizal
Copy link
Contributor Author

jenkins, test this

@epixa epixa changed the title Update elasticsearch plugin to require ES to have the same version as Kibana. [5.x] Update elasticsearch plugin to require ES to have the same version as Kibana. Sep 14, 2016
… Kibana.

- Remove engineVersion from elasticsearch plugin config.
- Use Kibana package.json version instead.
- Use new rules, documented in README.
- Log warning if ES is newer than Kibana.
- Add isEsCompatibleWithKibana and  kibanaVersion.
- Remove versionSatisfies.
@cjcenizal cjcenizal force-pushed the backport-5.x/feature/es-version-checking branch from 1c14ae8 to e6eec1e Compare September 14, 2016 19:17
@cjcenizal cjcenizal merged commit 0e338df into elastic:5.x Sep 14, 2016
@cjcenizal cjcenizal deleted the backport-5.x/feature/es-version-checking branch September 14, 2016 19:33
elastic-jasper added a commit that referenced this pull request Sep 14, 2016
---------

**Commit 1:**
Update elasticsearch plugin to require ES to have the same version as Kibana.
- Remove engineVersion from elasticsearch plugin config.
- Use Kibana package.json version instead.
- Use new rules, documented in README.
- Log warning if ES is newer than Kibana.
- Add isEsCompatibleWithKibana and  kibanaVersion.
- Remove versionSatisfies.

* Original sha: e6eec1e
* Authored by CJ Cenizal <[email protected]> on 2016-09-09T22:36:09Z
cjcenizal added a commit that referenced this pull request Sep 14, 2016
[backport 5.0] PR #8266 to 5.0 - Update elasticsearch plugin to require ES to have the same version as Kibana.
@cjcenizal cjcenizal changed the title [5.x] Update elasticsearch plugin to require ES to have the same version as Kibana. [backport] 5.x - Update elasticsearch plugin to require ES to have the same version as Kibana. Sep 14, 2016
airow pushed a commit to airow/kibana that referenced this pull request Feb 16, 2017
…s-version-checking

[5.x] Update elasticsearch plugin to require ES to have the same version as Kibana.

Former-commit-id: 0e338df
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant