-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
UnsupportedProductError with AWS ElasticSearch Service #1667
Comments
The Elasticsearch clients go through rigorous testing and validation against the official Elasticsearch distribution coming from Elastic. Since the AWS Elasticsearch Service has incompatible APIs with Elasticsearch itself, either by missing APIs or has incompatible format, we do not support it. Please consider using Elastic Cloud for an official and formally supported hosted Elasticsearch distribution. |
Sure, I'll move my whole stack to satisfy your little client. Good luck promoting that. |
See also #1666 |
@sbds I can understand your pain. Also had to fix it by myself when AWS bumped client to latest. What I did — pin AWS 7.9 and client 7.11 and plan moving my Search from AWS in f/w 21-22 :( |
Is it really okay to make a change like this in a minor version update? Feels like a huge breaking change to me. And with no option to opt out of this check no less? Hard not to feel like you guys made this change because you didn't like AWS running a competing managed service. Really not a good look |
Starting yesterday I'm receiving UnsupportedProductError when bulk writing against an AWS ElasticSearch v7.10 domain.
The text was updated successfully, but these errors were encountered: