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 Support #191

Open
bengaywins opened this issue Jan 9, 2024 · 1 comment
Open

Opensearch Support #191

bengaywins opened this issue Jan 9, 2024 · 1 comment
Assignees
Labels

Comments

@bengaywins
Copy link

bengaywins commented Jan 9, 2024

Description
Running OpenSearch 2.x clusters and adding them, causes it to add an alert about EOL status. This isn't correct as OpenSearch is based on 7.x.

Steps To Reproduce
List the steps to reproduce your problem:

  1. Open elasticvue
  2. Add an OpenSearch cluster

Screenshots
image

Environment (please include the following information):

  • Elasticsearch version: OpenSearch 2.5.0
  • Operating system: macOS
  • Browser + version: Chrome 120.0.6099.199
  • Elasticvue version: 1.0.2-stable
  • How are you running elasticvue? (docker, browser extension, web app): extension

Additional context
Sanitized output of the / endpoint to illustrate ES vs OS version outputs.

ES

{
  "name": "foo",
  "cluster_name": "foo",
  "cluster_uuid": "barUUID",
  "version": {
    "number": "6.8.0",
    "build_flavor": "oss",
    "build_type": "zip",
    "build_hash": "Unknown",
    "build_date": "2023-07-25T07:37:35.763700Z",
    "build_snapshot": false,
    "lucene_version": "7.7.0",
    "minimum_wire_compatibility_version": "5.6.0",
    "minimum_index_compatibility_version": "5.0.0"
  },
  "tagline": "You Know, for Search"
}

OS

{
  "name": "foo",
  "cluster_name": "foo",
  "cluster_uuid": "barUUID",
  "version": {
    "distribution": "opensearch",
    "number": "2.5.0",
    "build_type": "tar",
    "build_hash": "unknown",
    "build_date": "2023-08-16T11:17:10.070713Z",
    "build_snapshot": false,
    "lucene_version": "9.4.2",
    "minimum_wire_compatibility_version": "7.10.0",
    "minimum_index_compatibility_version": "7.0.0"
  },
  "tagline": "The OpenSearch Project: https://opensearch.org/"
}
@cars10 cars10 changed the title [BUG] - OpenSearch versions are interpreted as ES 2.x Opensearch Support Jan 10, 2024
@cars10
Copy link
Owner

cars10 commented Jan 10, 2024

Opensearch is currently not officially supported by elasticvue (even though it mostly works). There might be more work to do - i will track that in this issue. Possible things to implement:

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

No branches or pull requests

2 participants