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

Allow Kibana to run against an older Elasticsearch version at the patch level #8515

Closed
epixa opened this issue Oct 3, 2016 · 2 comments
Closed
Assignees
Labels
blocker bug Fixes for quality problems that affect the customer experience good first issue low hanging fruit v5.0.1

Comments

@epixa
Copy link
Contributor

epixa commented Oct 3, 2016

Following discussion about #8267, users should be able to run a newer patch version of Kibana against an older patch version of Elasticsearch, and we should log an appropriate warning on startup whenever they do. This is the exact same behavior that we already provide when doing the opposite: running a newer patch version of Elasticsearch against an older patch version of Kibana.

This will allow the application of critical bug fixes and such to Kibana without having to do a patch upgrade across many ES nodes. If a bug fix in Kibana requires behavior from a specific ES version, we should be enforcing that specific version anyway, but that should be the exception to the rule.

screen shot 2016-10-03 at 1 39 17 pm

This change would mean that the above compatibility chart in our readme would change so that "ES patch number is older." would log a warning instead of causing a fatal error.

@megastef
Copy link

megastef commented Oct 6, 2016

Where can I get Kibana 2.4 for Elasticsearch 2.4? ;)
Fun aside, where can I find the list with real version numbers? Would Kibana 5 work with 2.4 and 2.3?

@epixa
Copy link
Contributor Author

epixa commented Oct 6, 2016

@megastef This issue only applies for 5.0.0+. The version compatibility matrix prior to 5.0 is impossible to verify or map in this way.

Kibana 5.0 will not work against any prior major version of Elasticsearch. In other words, Kibana 5 is only compatible with Elasticsearch 5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker bug Fixes for quality problems that affect the customer experience good first issue low hanging fruit v5.0.1
Projects
None yet
Development

No branches or pull requests

3 participants