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

Wrong warning when starting Kibana 7.0.0-beta1 #31347

Closed
consulthys opened this issue Feb 16, 2019 · 6 comments · Fixed by #33877
Closed

Wrong warning when starting Kibana 7.0.0-beta1 #31347

consulthys opened this issue Feb 16, 2019 · 6 comments · Fixed by #33877
Labels
bug Fixes for quality problems that affect the customer experience Team:Operations Team label for Operations Team

Comments

@consulthys
Copy link
Contributor

Kibana version: 7.0.0-beta1

Elasticsearch version: 7.0.0-beta1

Server OS version: MacOS High Sierra 10.13.6 (17G65)

Browser version: Chrome 71.0.3578.98

Browser OS version: MacOS High Sierra 10.13.6 (17G65)

Original install method (e.g. download page, yum, from source, etc.): Tarball

Describe the bug:

When starting Kibana 7.0.0-beta1 against ES 7.0.0-beta1, Kibana complains that the ES server it's contacting doesn't have the correct version.

Steps to reproduce:

  1. Install Elasticsearch 7.0.0-beta1
  2. Install Kibana 7.0.0-beta1
  3. See that when Kibana starts up, the following warning message appears:
log   [06:08:32.275] [warning] You're running Kibana 7.0.0-beta1 with some different versions of Elasticsearch. Update Kibana or Elasticsearch to the same version to prevent compatibility issues: v7.0.0 @ 127.0.0.1:9200 (127.0.0.1)

Elasticsearch version from GET /

{
  "name" : "iMac.local",
  "cluster_name" : "elasticsearch",
  "cluster_uuid" : "fy-udAoZTJegSQ_KcDqxhQ",
  "version" : {
    "number" : "7.0.0-beta1",
    "build_flavor" : "default",
    "build_type" : "tar",
    "build_hash" : "15bb494",
    "build_date" : "2019-02-13T12:30:14.432234Z",
    "build_snapshot" : false,
    "lucene_version" : "8.0.0",
    "minimum_wire_compatibility_version" : "6.7.0",
    "minimum_index_compatibility_version" : "6.0.0-beta1"
  },
  "tagline" : "You Know, for Search"
}

Expected behavior:

The warning message should not appear since both versions are in sync.

@bhavyarm bhavyarm added bug Fixes for quality problems that affect the customer experience Team:Operations Team label for Operations Team labels Feb 18, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations

@spalger
Copy link
Contributor

spalger commented Feb 19, 2019

@tylersmalley Do you know if we were we supposed to update our version to 7.0.0 for beta1?

@jbudz
Copy link
Member

jbudz commented Feb 19, 2019

@voortwis
Copy link

Ran into this issue this weekend with the latest dockerimages. Removed our data and deployed 6.6.2 again. Is there a way to tell kibana to ignore versiondifferences, maybe I missed this in the documentation?

@voortwis
Copy link

Fix came just a bit late for 7.0.0-rc1 (just upgraded and same error)

@voortwis
Copy link

voortwis commented Apr 4, 2019

Sadly still same problem with 7.0.0-rc2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Team:Operations Team label for Operations Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants