Compatibility Kibana/Elasticsearch - Same major version but different minor versions

Hello Elastic team!

We plan to install Wazuh HIDS.

They indicates that it is possible to use Elastic stack solution instead of Open Distro for Elastic solution.

So we plan to use our existing Elasticsearch v7.16 cluster.

In their compatibility Matrix, they only support Kibana v7.14.2. It is confirmed by this post.

So my question is: could we use a Kibana instance v7.14.2 with an Elasticsearch cluster v7.16.x ?

More generally, does a Kibana instance v7.y works with an Elasticsearch cluster v7.z where y<z?

Thanks.

Find answer in Kibana setup documentation.

It might work but it is not the officially supported configuration (normally, Kibana and Elasticsearch should have the same version).

Kibana should be configured to run against an Elasticsearch node of the same version. This is the officially supported configuration.

Running different major version releases of Kibana and Elasticsearch (e.g. Kibana 5.x and Elasticsearch 2.x) is not supported, nor is running a minor version of Kibana that is newer than the version of Elasticsearch (e.g. Kibana 5.1 and Elasticsearch 5.0).

Running a minor version of Elasticsearch that is higher than Kibana will generally work in order to facilitate an upgrade process where Elasticsearch is upgraded first (e.g. Kibana 5.0 and Elasticsearch 5.1). In this configuration, a warning will be logged on Kibana server startup, so it’s only meant to be temporary until Kibana is upgraded to the same version as Elasticsearch.

Running different patch version releases of Kibana and Elasticsearch (e.g. Kibana 5.0.0 and Elasticsearch 5.0.1) is generally supported, though we encourage users to run the same versions of Kibana and Elasticsearch down to the patch version.

1 Like

Support Matrix | Elastic is the definitive answer on this :slight_smile:

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