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
I have been using elastichammer for a while. I'm just upgrading from 0.90 series. The plugin installation is failing in the current elasticsearch versions (2.3.3) as noted in another open issue ( #3 ) , so I just tried using from the site elastichammer.exploringelasticsearch.com (I've used this in the past to connect to my different servers without having to install the plugin).
However I found that at some point CORS on the ES webserver has become disabled by default. Might be worth adding the config below to enable CORS to the README or perhaps in the client detecting a CORS failure and noting that CORS needs to be enabled on the server.
To enable CORS, add the following entries to the config/elasticsearch.yml
I have been using elastichammer for a while. I'm just upgrading from 0.90 series. The plugin installation is failing in the current elasticsearch versions (2.3.3) as noted in another open issue ( #3 ) , so I just tried using from the site elastichammer.exploringelasticsearch.com (I've used this in the past to connect to my different servers without having to install the plugin).
However I found that at some point CORS on the ES webserver has become disabled by default. Might be worth adding the config below to enable CORS to the README or perhaps in the client detecting a CORS failure and noting that CORS needs to be enabled on the server.
To enable CORS, add the following entries to the config/elasticsearch.yml
Note: modify the origins as necessary or can use "*"
The text was updated successfully, but these errors were encountered: