I am trying to run ElasticSearch with Kibana in Windows 2008 R2.
I followed this article: Install-logstash-on-a-windows-server-with-kibana
Step by step, but all
I have faced similar kind of issue.
If you are using elasticsearch-1.4 with Kibana-3 then add following parameters in elasticsearch.yml file
http.cors.allow-origin: "/.*/" http.cors.enabled: true
Reference, https://gist.github.com/rmoff/379e6ce46eb128110f38