Connection Failed Issue

Hi All,

I upgraded elasticsearch servers from 1.4.2 to 1.5.2 recently and got noticed that kibana 3.1.2 working fine with es 1.5.2 added following property.

http.cors.enabled: true
http.cors.allow-origin: "/.*/"

         so no issues after upgrading server but recently my es nodes got shutdown automatically because of OOM issues.from that point onwards kibana 3.1.2 is not working.showing connection failed exception even though we have cors added to es.yml file

          I restarted server but exception not solving please address my issue how can we solve this?

Thanks,
phani

What do your ES logs show, what about your nginx/apache logs (whatever is serving up KB)?

Hi Mark

No errors logs showing in elastic search related to kibana but in httpd logs i am getting following error logs

[Wed May 20 04:37:39 2015] [error] [client 10.0.0.23] Directory index forbidden by Options directive: /var/www/html/
[Wed May 20 04:38:39 2015] [error] [client 10.0.0.23] Directory index forbidden by Options directive: /var/www/html/
[Wed May 20 04:39:39 2015] [error] [client 10.0.0.23] Directory index forbidden by Options directive: /var/www/html/
phani

Hi,

some one please help me!!

Thanks
phani

Hi All,

My Kibana is working fine before unexpected shut down of es nodes.no logs showing in kibana and elasticsearch when we access kibana

I added security rules as follows

http.cors.allow-origin: "/.*/"
http.cors.enabled: true

But issues still exists please help me in this!!!.

Thanks,
phani

Can you post your Elasticsearch, Kibana and apache configs?

Hi Mark,

The following is elasticsearh.yml file.

httpd.conf

elasticsearch.yml

config.js

Hi All,

some one please help me to fix it.

Thanks,
phani