Heschoon
Heschoon

Reputation: 3019

Kibana and Elasticsearch compatibility

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

Answers (3)

GreensterRox
GreensterRox

Reputation: 7120

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

enter image description here

Upvotes: 9

A.N.B Akhilesh
A.N.B Akhilesh

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

Anish
Anish

Reputation: 1950

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

Upvotes: 0

Related Questions