Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opensearch 1.0.0 incompatible with kibana 7.10.2 #830

Closed
antonisnyc94 opened this issue Sep 23, 2021 · 3 comments
Closed

Opensearch 1.0.0 incompatible with kibana 7.10.2 #830

antonisnyc94 opened this issue Sep 23, 2021 · 3 comments

Comments

@antonisnyc94
Copy link

Describe the bug
Out of nowhere when I restarted my kibana instance, I get the message that the elasticsearch version is incompatible... even tho I clearly clicked on compatibility with 7.10.2 when upgrading Amazon elasticsearch

{"type":"log","@timestamp":"2021-09-23T17:04:31Z","tags":["info","savedobjects-service"],"pid":16,"message":"Waiting until all Elasticsearch nodes are compatible with Kibana before starting saved objects migrations..."}
{"type":"log","@timestamp":"2021-09-23T17:04:31Z","tags":["error","savedobjects-service"],"pid":16,"message":"This version of Kibana (v7.10.2) is incompatible with the following Elasticsearch nodes in your cluster: v1.0.0 @ undefined (undefined), v1.0.0 @ undefined (undefined), v1.0.0 @ undefined (undefined), v1.0.0 @ undefined (undefined), v1.0.0 @ undefined (undefined), v1.0.0 @ undefined (undefined), v1.0.0 @ undefined (undefined), v1.0.0 @ undefined (undefined)"}

To Reproduce
external kibana pod authenticated with basic auth to opensearch cluster in AWS

@CEHENKLE CEHENKLE transferred this issue from opensearch-project/OpenSearch Sep 28, 2021
@CEHENKLE
Copy link
Member

Transferring to Dashboards. As you guys are looking at BWC, let's make sure we capture this case.

@kavilla
Copy link
Member

kavilla commented Sep 28, 2021

OpenSearch Dashboards 1.x is compatible with ElasticSearch 7.10.2 and OpenSearch. But this is dealing with Kibana 7.x which we don't own.

@antonisnyc94, I would recommended one of following. Migrate Kibana to OpenSearch Dashboards, or reaching out your Amazon support.

The code to check happens in Kibana, to which this repo would not touch. Potentially the OpenSearch repo can hack it to make fake it's version when Kibana calls it but I can see that given a huge amount of risk. So if you don't want to migrate it will have to be the service's decision to support it.

But will close this issue as there is not much we can do in this repo for this use case.

@kavilla kavilla closed this as completed Sep 28, 2021
@dblock
Copy link
Member

dblock commented Sep 28, 2021

@antonisnyc94 What version does curl server:9200 report for your OpenSearch instance? It should be 7.10.2 in compatibility mode and I wouldn't expect Kibana to complain that it's talking to version 1.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants