I rebooted OS and kibana automatically restarted by demon.
I checked status and it says kibana is not working
.
error log is as below
{"type":"log","@timestamp":"2017-02-16T01:58:20Z","tags":["status","plugin:kibana@5.1.1","info"],"pid":2513,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-02-16T01:58:20Z","tags":["status","plugin:elasticsearch@5.1.1","info"],"pid":2513,"state":"yellow","message":"Status changed from uninitialized to yellow - Waiting for Elasticsearch","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-02-16T01:58:20Z","tags":["status","plugin:console@5.1.1","info"],"pid":2513,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-02-16T01:58:20Z","tags":["status","plugin:elasticsearch@5.1.1","info"],"pid":2513,"state":"green","message":"Status changed from yellow to green - Kibana index ready","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
{"type":"log","@timestamp":"2017-02-16T01:58:20Z","tags":["status","plugin:timelion@5.1.1","info"],"pid":2513,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-02-16T01:58:20Z","tags":["fatal"],"pid":2513,"message":"Port 5601 is already in use. Another instance of Kibana may be running!"}
But kibana seems working well on browser.
What does error mean?
And how can I get status back to kibana is working
?
Kibana
Version: 5.1.1
Thanks