Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PSJoshi/70e670d14624e73e7d78 to your computer and use it in GitHub Desktop.
Save PSJoshi/70e670d14624e73e7d78 to your computer and use it in GitHub Desktop.
Kibana 3 and Elasticsearch 1.4 - CORS problem
If you setup Kibana 3 with ElasticSearch 1.4, it throws "Connection Failed" error . The way to fix is:
http.cors.allow-origin: "/.*/"
#http.cors.allow-origin: "*"
http.cors.enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment