mailerlite / laravel-elasticsearch

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

Undefined index: host error occurs when connect to AWS Elasticsearch #89

Closed nal-ws-001 closed 4 years ago

nal-ws-001 commented 4 years ago

Undefined index: host error occurs when connect to AWS Elasticsearch

It's ok when connect in local elasticsearch.

nal-ws-001 commented 4 years ago

Fixed by adding https://: in ELASTICSEARCH_HOST.