Hello
When i started kibana, followed logs are in log file. I understand kibana is working fine from the logs. But i cant't access kibana from the browser.
Installed elasticsearch and kibana releases are the same and 5.4.1.
Logs:
{"type":"log","@timestamp":"2017-08-22T10:58:01Z","tags":["status","plugin:kibana@5.4.1","info"],"pid":14485,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-08-22T10:58:02Z","tags":["status","plugin:elasticsearch@5.4.1","info"],"pid":14485,"state":"yellow","message":"Status changed from uninitialized to yellow - Waiting for Elasticsearch","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-08-22T10:58:02Z","tags":["status","plugin:console@5.4.1","info"],"pid":14485,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-08-22T10:58:02Z","tags":["status","plugin:elasticsearch@5.4.1","info"],"pid":14485,"state":"green","message":"Status changed from yellow to green - Kibana index ready","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
{"type":"log","@timestamp":"2017-08-22T10:58:02Z","tags":["status","plugin:metrics@5.4.1","info"],"pid":14485,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-08-22T10:58:02Z","tags":["status","plugin:timelion@5.4.1","info"],"pid":14485,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-08-22T10:58:02Z","tags":["listening","info"],"pid":14485,"message":"Server running at http://localhost:5601"}
{"type":"log","@timestamp":"2017-08-22T10:58:02Z","tags":["status","ui settings","info"],"pid":14485,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
kibana.yml file:
root@lnwpsrtg01:/var/log/kibana# cat /etc/kibana/kibana.yml | grep -v '#'
server.port: 5601
server.host: "localhost"
server.name: "lnwpsrtg01.linux.netone.net.tr"
elasticsearch.url: "http://localhost:9200"