Hello,
Just installed the elasticsearch and kibana apps following the instructions on the documentation page, the elasticsearch seems to work, the curl requests returns json data.
Kibana will not start, in the error logs I get the following error messages
{“type”:“log”,“@timestamp”:“2019-08-02T15:50:03Z”,“tags”:[“warning”,“elasticsearch”,“admin”],“pid”:21646,“message”:“No living connections”}
{“type”:“log”,“@timestamp”:“2019-08-02T15:50:06Z”,“tags”:[“warning”,“elasticsearch”,“admin”],“pid”:21646,“message”:“Unable to revive connection: http://MY_DOMAIN_NAME:9200/”}
The only change I have made in the kibana.yml file is
elasticsearch.hosts: [“http://MY_DOMAIN_NAME:9200”]
as explained in the documentation page for kibana.
Any idea what is going on?
Thanks!