Skip to content

Elasticsearch::UnsupportedProductError with Bonsai connection #1430

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

Closed
baranyeni opened this issue Aug 14, 2021 · 1 comment
Closed

Elasticsearch::UnsupportedProductError with Bonsai connection #1430

baranyeni opened this issue Aug 14, 2021 · 1 comment

Comments

@baranyeni
Copy link

I am facing with the issue of Elasticsearch::UnsupportedProductError (The client noticed that the server is not a supported distribution of Elasticsearch.): As I read from Bonsai, they say after elasticsearch gem version >7.13 connection to bonsai is no more supported here.

Downgrading to 7.13 is not a solution for me because I was having this error and solved it via adding below lines to download the release made by @picandocodigo

gem 'elasticsearch-rails', github: 'elastic/elasticsearch-rails', ref: '583f1ed29dd6bae794f5087cca4dddb10126db14' #ver: 7.2.0

So what am I supposed to do for not to have any problem with elastic search and getting things running on my Rails project, connect with bonsai, elasticsearch and all.

@baranyeni
Copy link
Author

For those who is facing same or similar problem I downgraded my elasticsearch gem to 7.6.0 and it's working fine with Bonsai right now.

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

No branches or pull requests

1 participant