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

Gemfile: ⬇️ gem 'elasticsearch' #1870

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

ttaylorr
Copy link
Member

@ttaylorr ttaylorr commented Sep 6, 2024

Newer versions of the elasticsearch Gem do not communicate with Bonsai as they are not an official Elastic product, and instead raise the following error:

/app/vendor/bundle/ruby/3.1.0/gems/elasticsearch-8.15.0/lib/elasticsearch.rb:103:in `verify_elasticsearch': The client noticed that the server is not Elasticsearch and we do not support this unknown product. (Elasticsearch::UnsupportedProductError)

Downgrade to the highest supported version per this1 guide from Bonsai.

Newer versions of the elasticsearch Gem do not communicate with Bonsai
as they are not an official Elastic product, and instead raise the
following error:

    /app/vendor/bundle/ruby/3.1.0/gems/elasticsearch-8.15.0/lib/elasticsearch.rb:103:in `verify_elasticsearch': The client noticed that the server is not Elasticsearch and we do not support this unknown product. (Elasticsearch::UnsupportedProductError)

Downgrade to the highest supported version per this[1] guide from
Bonsai.

[1]: https://bonsai.io/docs/ruby-on-rails

Singed-off-by: Taylor Blau <me@ttaylorr.com>
@ttaylorr
Copy link
Member Author

ttaylorr commented Sep 6, 2024

/cc #1868

@ttaylorr ttaylorr merged commit c67a2d0 into main Sep 6, 2024
1 check passed
@ttaylorr ttaylorr deleted the ttaylorr/bundle-update-again branch September 6, 2024 15:03
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

Successfully merging this pull request may close these issues.

1 participant