Error Install Kibana with Elastic Search 502

Hi there, very new to Kibana, sorry if this is a silly question: but the error message is a contradiction ?

This version of Kibana requires Elasticsearch v5.2.0 on all nodes. I found the following incompatible nodes in your cluster: v5.0.2 @ 127.0.0.1:9200 (127.0.0.1)

So, Elastic Search 502 as localhost:9200 indicates:

{
"name" : "LUSbwXR",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "Npp-Zbu5Qj2Qelwfh0V-FQ",
"version" : {
"number" : "5.0.2",
"build_hash" : "f6b4951",
"build_date" : "2016-11-24T10:07:18.101Z",
"build_snapshot" : false,
"lucene_version" : "6.2.1"
},
"tagline" : "You Know, for Search"
}

when I start up kibana I get the above error.

Kibana version is 502, on start up console output is

log [13:29:17.381] [info][status][plugin:kibana@5.2.0] Status changed from uninitialized to green - Ready
log [13:29:17.444] [info][status][plugin:elasticsearch@5.2.0] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [13:29:17.466] [info][status][plugin:console@5.2.0] Status changed from uninitialized to green - Ready
log [13:29:17.665] [info][status][plugin:timelion@5.2.0] Status changed from uninitialized to green - Ready
log [13:29:17.669] [info][listening] Server running at http://localhost:5601
log [13:29:17.670] [info][status][ui settings] Status changed from uninitialized to yellow - Elasticsearch plugin is yellow
log [13:29:17.676] [error][status][plugin:elasticsearch@5.2.0] Status changed from yellow to red - This version of Kibana requires Elasticsearch v5.2.0 on all nodes. I found the following incompatible nodes in your cluster: v5.0.2 @ 127.0.0.1:9200 (127.0.0.1)
log [13:29:17.677] [error][status][ui settings] Status changed from yellow to red - Elasticsearch plugin is red

Running on MAC OS Sierra, 10.12.3

Any help here appreciated

5.2.0 is not the same as 5.0.2. Upgrade your Elasticsearch node to 5.2.0.

ah bloody peanuts - sorry about that - thanks for spotting this.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.