-
Notifications
You must be signed in to change notification settings - Fork 56
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
The client noticed that the server is not a supported distribution of Elasticsearch #140
Comments
This was a silent breaking change from Elastic's end. AWS has since created OpenSearch client forks. See:
This may not be possible, as it'll break semver rules. Will see if we can intrrdouce the OpenSearch v7 client as another option for the "version" connector setting. However, we're currently in the midst of migrating CI infrastructures and this repo doesn't have active CI pipelines yet, so this will be blocked until the CI pipelines are migrated. |
any update? |
It's in my backlog, but no new updates to give. Will try to timebox by the end of the week if the CI migration goes smoothly. No promises at the moment though. If its urgent, feel free to fork and pin the Elastic Search client v7 version as per-#140 (comment). |
Unfortunately I have not had the time to work on this repo. For those looking for an immediate solution: NPM v8 NPM CLI v8.3.0 onwards support overrides. In "overrides": {
"loopback-connector-elastic-search": {
"es7": "@elastic/elasticsearch@7.13.0"
} I've opened #146 to track bringing this repo up to speed. |
I'm using @elastic/elasticsearch version ^7.5.0 and Node 10.24.1. Everything worked fine, until I redeploy my backend and since then I'm getting the following error:
The client noticed that the server is not a supported distribution of Elasticsearch
The text was updated successfully, but these errors were encountered: