Reputation: 3019
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?
Upvotes: 5
Views: 7257
Reputation: 7120
Here's an Elastic Search / Kibana compatibility matrix as taken from https://www.elastic.co/support/matrix#show_compatibility
Upvotes: 9
Reputation: 211
Kibana 4 will work with elasticsearch 1.5. You can download Elasticsearch 1.5 and then connect to kibana. It will connect.
Upvotes: -4
Reputation: 1950
You just need to have Elasticsearch version of 1.4.4 or higher to integrate kibana.
Upvotes: 0