jreinke / magento-elasticsearch

Elasticsearch module for Magento 1.7+
Apache License 2.0
142 stars 61 forks source link

Using ElasticSearch as a Service #29

Open coreygans opened 9 years ago

coreygans commented 9 years ago

I'm using Bonsai for my ElasticSearch provider. I got this extension running locally and it worked well with a local install. I'm trying to get it running with Bonsai, but having trouble with the configuration. Bonsai provides the connection in the following format:

user:pw@cluster-awsnumber.us-west-2.bonsai.io/index

I see where I can enter the index in the configuration, but if I put user:pw@cluster-awsnumber.us-west-2.bonsai.io in the Servers field, it won't reindex and the search is broken.

Does this extension only work when ElasticSearch is installed on the same server as Magento?

coreygans commented 9 years ago

One more note. Bonsai.io is configured to not have port 9200 open. Is that a hardcoded requirement for this extension?