Hello there.
I am trying to setup elasticsearch-2.1.1 and kibana-4.3.1 on windows XP SP3:
I am able to push data to ES and able to access it via Head Plugin. But Kibana is not connecting to ES, it shows:
Status: Red
plugin:elasticsearch : Unable to connect to Elasticsearch at http://localhost:9200. Retrying in 2.5 seconds.
Changes made into elasticsearch.yml:
network.host: 127.0.0.1
http.port: 9200
Changes made to kibana.yml:
server.host: "127.0.0.1"
elasticsearch.url: "http://localhost:9200"
elasticsearch.ssl.verify: false
I even tried adding ports 9200 and 5601 to firewall exception but no luck. Please suggest.
Kibana Log:
{"type":"log","@timestamp":"2015-12-27T09:44:26+00:00","tags":["status","plugin:kibana","info"],"pid":2624,"name":"plugin:kibana","state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2015-12-27T09:44:26+00:00","tags":["status","plugin:elasticsearch","info"],"pid":2624,"name":"plugin:elasticsearch","state":"yellow","message":"Status changed from uninitialized to yellow - Waiting for Elasticsearch","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2015-12-27T09:44:26+00:00","tags":["error","elasticsearch"],"pid":2624,"message":"Request error, retrying -- connect UNKNOWN"}
{"type":"log","@timestamp":"2015-12-27T09:44:26+00:00","tags":["status","plugin:kbn_vislib_vis_types","info"],"pid":2624,"name":"plugin:kbn_vislib_vis_types","state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2015-12-27T09:44:26+00:00","tags":["warning","elasticsearch"],"pid":2624,"message":"Unable to revive connection: http://localhost:9200/"}
{"type":"log","@timestamp":"2015-12-27T09:44:26+00:00","tags":["warning","elasticsearch"],"pid":2624,"message":"No living connections"}
{"type":"log","@timestamp":"2015-12-27T09:44:26+00:00","tags":["status","plugin:elasticsearch","error"],"pid":2624,"name":"plugin:elasticsearch","state":"red","message":"Status changed from yellow to red - Unable to connect to Elasticsearch at http://localhost:9200. Retrying in 2.5 seconds.","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
{"type":"log","@timestamp":"2015-12-27T09:44:26+00:00","tags":["status","plugin:markdown_vis","info"],"pid":2624,"name":"plugin:markdown_vis","state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2015-12-27T09:44:26+00:00","tags":["status","plugin:metric_vis","info"],"pid":2624,"name":"plugin:metric_vis","state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2015-12-27T09:44:26+00:00","tags":["status","plugin:spyModes","info"],"pid":2624,"name":"plugin:spyModes","state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2015-12-27T09:44:26+00:00","tags":["status","plugin:statusPage","info"],"pid":2624,"name":"plugin:statusPage","state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2015-12-27T09:44:26+00:00","tags":["status","plugin:table_vis","info"],"pid":2624,"name":"plugin:table_vis","state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2015-12-27T09:44:26+00:00","tags":["listening","info"],"pid":2624,"message":"Server running at http://127.0.0.1:5601"}
{"type":"log","@timestamp":"2015-12-27T09:44:29+00:00","tags":["warning","elasticsearch"],"pid":2624,"message":"Unable to revive connection: http://localhost:9200/"}
{"type":"log","@timestamp":"2015-12-27T09:44:29+00:00","tags":["warning","elasticsearch"],"pid":2624,"message":"No living connections"}
..
{"type":"response","@timestamp":"2015-12-27T09:45:43+00:00","tags":[],"pid":2624,"method":"get","statusCode":200,"req":{"url":"/","method":"get","headers":{"host":"localhost:5601","user-agent":"Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","connection":"keep-alive"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1"},"res":{"statusCode":200,"responseTime":78,"contentLength":9},"message":"GET / 200 78ms - 9.0B"}
{"type":"log","@timestamp":"2015-12-27T09:45:44+00:00","tags":["warning","elasticsearch"],"pid":2624,"message":"Unable to revive connection: http://localhost:9200/"}
{"type":"log","@timestamp":"2015-12-27T09:45:44+00:00","tags":["warning","elasticsearch"],"pid":2624,"message":"No living connections"}