You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @vamsipavanmahesh,
Since elasticsearch-model depends on elasticsearch ~> 7, I'd suggest locking this dependency in your app's Gemfile to be less than 7.14, the version where the check was introduced:
I understand that ES is not going to support communication with servers maintained by 3rd parties.
Looks like the
elasticsearch-ruby
already added the check hereelastic/elasticsearch-ruby@8a0e6d8#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
I assume that the same will happen to this repo.
we are currently using the elastic search cluster of amazon and it will take some time for us to migrate to the official ES cluster.
for the time being, my rails app has this:
Please let us know if we are covered for the time being and hopefully, nothing will break?
The text was updated successfully, but these errors were encountered: