Whenever starting Kibana I am getting the following errors in endless loop:
{"type":"log","@timestamp":"2017-01-15T13:01:28Z","tags":["warning","elasticsearch"],"pid":65037,"message":"No living connections"}
{"type":"log","@timestamp":"2017-01-15T13:01:31Z","tags":["warning","elasticsearch"],"pid":65037,"message":"Unable to revive connection: https://localhost:9200/"}
{"type":"log","@timestamp":"2017-01-15T13:01:31Z","tags":["warning","elasticsearch"],"pid":65037,"message":"No living connections"}
{"type":"log","@timestamp":"2017-01-15T13:01:33Z","tags":["warning","elasticsearch"],"pid":65037,"message":"Unable to revive connection: https://localhost:9200/"}
{"type":"log","@timestamp":"2017-01-15T13:01:33Z","tags":["warning","elasticsearch"],"pid":65037,"message":"No living connections"}
{"type":"log","@timestamp":"2017-01-15T13:01:36Z","tags":["warning","elasticsearch"],"pid":65037,"message":"Unable to revive connection: https://localhost:9200/"}
{"type":
or
{"type":"log","@timestamp":"2017-01-15T13:02:28Z","tags":["warning","elasticsearch"],"pid":65082,"message":"Unable to revive connection: http://localhost:9200/"}
{"type":"log","@timestamp":"2017-01-15T13:02:28Z","tags":["warning","elasticsearch"],"pid":65082,"message":"No living connections"}
{"type":"log","@timestamp":"2017-01-15T13:02:31Z","tags":["warning","elasticsearch"],"pid":65082,"message":"Unable to revive connection: http://localhost:9200/"}
{"type":"log","@timestamp":"2017-01-15T13:02:31Z","tags":["warning","elasticsearch"],"pid":65082,"message":"No living connections"}
What is the issue? I can't find it.
Thanks
Sharon.