Hi All,

   Recently i upgraded elastic search nodes to 1.4.2. I am using kibana 3 
previously integrated with the nodes. before it is working fine but after 
upgrade i am getting the following exceptions.
i upgraded kibana to 3.1.2 and i tried again and added the following 
property to elasticsearch.yml of node1.

      http.cors.enabled:true
      http.cors.allow-origin: http://<ip>

    i am running on port 80 only .even though it is not working.

*ERROR :*

    Connection Failed

    Possibility #1: Your elasticsearch server is down or unreachable

           This can be caused by a network outage, or a failure of the 
Elasticsearch process. If you have recently run a query that required a 
terms facet to be executed it is possible the process has run out of memory 
and stopped. Be sure to check your Elasticsearch logs for any sign of 
memory pressure.
Possibility #2: You are running Elasticsearch 1.4 or higher

Elasticsearch 1.4 ships with a security setting that prevents Kibana from 
connecting. You will need to set the following in your elasticsearch.yml:
http.cors.enabled: true
http.cors.allow-origin to the correct protocol, hostname, and port (if not 
80) that your access Kibana from. Note that if you are running Kibana in a 
sub-url, you should exclude the sub-url path and only include the protocol, 
hostname and port. For example, http://mycompany.com:8080, not 
http://mycompany.com:8080/kibana.
Click back, or the home button, when you have resolved the connection issue

    please help me to solve this issue. 


Thanks,

phani

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/ae80ad9a-95c0-4ed1-978f-3a418a8e0119%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to