-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Wrong warning when starting Kibana 7.0.0-beta1 #31347
Comments
Pinging @elastic/kibana-operations |
@tylersmalley Do you know if we were we supposed to update our version to |
http://localhost:9200/_nodes?filter_path=nodes.*.version returns 7.0.0, while http://localhost:9200/?filter_path=version.number returns 7.0.0-beta1 |
Ran into this issue this weekend with the latest dockerimages. Removed our data and deployed 6.6.2 again. Is there a way to tell kibana to ignore versiondifferences, maybe I missed this in the documentation? |
Fix came just a bit late for 7.0.0-rc1 (just upgraded and same error) |
Sadly still same problem with 7.0.0-rc2 |
Kibana version: 7.0.0-beta1
Elasticsearch version: 7.0.0-beta1
Server OS version: MacOS High Sierra 10.13.6 (17G65)
Browser version: Chrome 71.0.3578.98
Browser OS version: MacOS High Sierra 10.13.6 (17G65)
Original install method (e.g. download page, yum, from source, etc.): Tarball
Describe the bug:
When starting Kibana 7.0.0-beta1 against ES 7.0.0-beta1, Kibana complains that the ES server it's contacting doesn't have the correct version.
Steps to reproduce:
Elasticsearch version from
GET /
Expected behavior:
The warning message should not appear since both versions are in sync.
The text was updated successfully, but these errors were encountered: