Skip to content

Instantly share code, notes, and snippets.

@eliasah
Forked from rmoff/gist:379e6ce46eb128110f38
Last active August 29, 2015 14:11
Show Gist options
  • Save eliasah/4498805a1f878b197443 to your computer and use it in GitHub Desktop.
Save eliasah/4498805a1f878b197443 to your computer and use it in GitHub Desktop.
Kibana 3 against ElasticSearch 1.4 throws an **Connection Failed** screen. The error text says to set `http.cors.allow-origin`, but it misses out the important `http.cors.enabled: true`
Working config:
$ grep cors elasticsearch-1.4.0.Beta1/config/elasticsearch.yml
http.cors.allow-origin: "/.*/"
http.cors.enabled: true
* [Ref](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-http.html)
* [Ref](http://elasticsearch-users.115913.n3.nabble.com/Kibana-upgrade-trouble-nor-4-0BETA1-neither-3-11-work-now-td4064625.html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment