5
votes

I want to use Kibana with my Elasticsearch instance. Having downloaded the latest Kibana instance, I realized that it isn't compatible with my Elasticsearch version:

Kibana: This version of Kibana requires Elasticsearch 1.4.4 or higher on all nodes. I found the following incompatible nodes in your cluster: Elasticsearch v1.3.1

Where can I find what versions of Kibana are compatible with which releases of Elasticsearch?

3
Kibana 3 works with pretty much any version between 0.7 -1.4.4. I believe it would be safe to use Kibana 3 if you are using various versions of Kibana in your clusters. You can find a version here . elastic.co/downloads/past-releases/kibana-3-1-0vjpandian

3 Answers

0
votes

You just need to have Elasticsearch version of 1.4.4 or higher to integrate kibana.

9
votes

Here's an Elastic Search / Kibana compatibility matrix as taken from https://www.elastic.co/support/matrix#show_compatibility

enter image description here

-4
votes

Kibana 4 will work with elasticsearch 1.5. You can download Elasticsearch 1.5 and then connect to kibana. It will connect.