mailerlite / laravel-elasticsearch

An easy way to use the official Elastic Search client in your Laravel applications.
MIT License
909 stars 187 forks source link

No alive nodes found in your cluster for AWS #108

Closed nal-ws-001 closed 3 years ago

nal-ws-001 commented 3 years ago

I got No alive nodes found in your cluster for AWS. Library Version - cviebrock/laravel-elasticsearch:^2 PHP - >=7.1.3 Laravel - 5.8.*

cviebrock commented 3 years ago

Are you using ES 5? If not, then I'd try the latest version of this package instead of ^2.

Unfortunately, I don't have a AWS cluster to test this on. But I can say that the package is really just a wrapper for the official PHP ES client ... so maybe try configuring that manually and seeing if you have the same issue?

Also, post your config here for others to see. Maybe they have some ideas.

nal-ws-001 commented 3 years ago

Fixed by upgrading version