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

UnsupportedProductError with AWS ElasticSearch Service #1667

Closed
sbds opened this issue Aug 4, 2021 · 5 comments
Closed

UnsupportedProductError with AWS ElasticSearch Service #1667

sbds opened this issue Aug 4, 2021 · 5 comments

Comments

@sbds
Copy link

sbds commented Aug 4, 2021

Starting yesterday I'm receiving UnsupportedProductError when bulk writing against an AWS ElasticSearch v7.10 domain.

@sethmlarson
Copy link
Contributor

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.

@sbds
Copy link
Author

sbds commented Aug 4, 2021

Sure, I'll move my whole stack to satisfy your little client. Good luck promoting that.

@atsalolikhin-spokeo
Copy link

See also #1666

@iamthen0ise
Copy link

@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 :(

@burkel24
Copy link

burkel24 commented Aug 5, 2021

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

@elastic elastic locked as resolved and limited conversation to collaborators Aug 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants