Kibana start and its status is yellow but can't accessible from browser

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"

Can you see if that the port is open?

lsof -i :5601

What distro are you on and how did you install Kibana?

Thanks tsmalley. I solve the problem. I just the change kibana.yml file as bellow. then it works.

server.host: "10.2.1.79"
elasticsearch.url: "http://localhost:9200"

Hi
How do I edit the .yml file, and how do I know which modifications to do?
The kibana is not running on the laptop. There are several errors when I run the programs.
How do I access from the browser? by doing http://localhost?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.