kibana service not running kibana service not running elasticsearch elasticsearch

kibana service not running


Use curl localhost:5601 to test if kibana is really working.If not working , go to etc/kibana/ to modify the config to check if host is 0.0.0.0 and port is 5601And the other problem is that your server'memories are not enough for kibana starting.Hope you can provider the kibana log.

try use:journalctl -u kibana.serviceto show the log.


Even I was facing the same issue.

I have installed the latest version of kibana ( Version: 5.0.2) which is dowloaded from this site:https://www.elastic.co/downloads/kibana

And I have installed the Elasticsearch of version ( 5.0.2)I used the below site:https://www.elastic.co/guide/en/elasticsearch/reference/current/zip-targz.html

It worked for me.

Thanks.


If you have installed older version of kibana or using nginx to wrap to kibana then the following command will not work

service kibana start

To start or stop service, instead of the above, use the following command:

systemctl start kibana.service