You're running Kibana 5.4.1 with some different versions of Elasticsearch!

Hi,
i did a fresh install of elastic and kibana, they are both v.5.4.1
I also installed x-pack with plugin install. When running kibana it gives a warning that kibana and elastic are not the same version.

log   [01:27:17.231] [info][status][plugin:console@5.4.1] Status changed from uninitialized to green - Ready
log   [01:27:17.253] [warning] You're running Kibana 5.4.1 with some different versions of Elasticsearch on a monitoring cluster. Update Kibana and Elasticsearch to the same version to prevent compatibility issues: v5.4.0 @ 192.168.99.101:9200 (192.168.99.101)
log   [01:27:20.560] [info][status][plugin:metrics@5.4.1] Status changed from uninitialized to green - Ready
log   [01:27:20.583] [info][status][plugin:monitoring@5.4.1] Status changed from yellow to green - Ready

Is it a bug that should be reported?
Thanks.

Hello,
can you show me the output of the following:
GET _cluster/stats

The log message implies that Elasticsearch is still on 5.4.0. The output of the above should confirm that.

Or just GET http://192.168.99.101:9200

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