Kibana not loading

hello Experts,

Kiabna is not loading after restart, log says ready but page keep spinning.

log prints:

{"type":"log","@timestamp":"2019-05-21T18:05:07Z","tags":["status","plugin:kibana@6.7.1","info"],"pid":12158,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2019-05-21T18:05:07Z","tags":["status","plugin:elasticsearch@6.7.1","info"],"pid":12158,"state":"yellow","message":"Status changed from uninitialized to yellow - Waiting for Elasticsearch","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2019-05-21T18:05:07Z","tags":["status","plugin:console@6.7.1","info"],"pid":12158,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2019-05-21T18:05:07Z","tags":["status","plugin:interpreter@6.7.1","info"],"pid":12158,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2019-05-21T18:05:07Z","tags":["status","plugin:metrics@6.7.1","info"],"pid":12158,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2019-05-21T18:05:07Z","tags":["status","plugin:tile_map@6.7.1","info"],"pid":12158,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2019-05-21T18:05:07Z","tags":["status","plugin:timelion@6.7.1","info"],"pid":12158,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2019-05-21T18:05:07Z","tags":["status","plugin:elasticsearch@6.7.1","info"],"pid":12158,"state":"green","message":"Status changed from yellow to green - Ready","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
{"type":"log","@timestamp":"2019-05-21T18:05:07Z","tags":["listening","info"],"pid":12158,"message":"Server running at http://10.xxxx:5601"}

The server-log seems OK . What happens? Does the loading screen never complete?

Can you try again and wait for a few minutes? The first time on startup Kibana needs to compile resources, which may take a while.

If the loading screen still does not disappear, look at the browser debugger (in Chrome, open this with Ctrl-Shift-J) and let me know what is in there. Also , Try first:

  • clear your browser-cache
  • restart Kibana

If this still does not work, let me know.

Thanks
Rashmi

1 Like

Thanks @rashmi Your right its browser issue after switching to firefox it worked.

awesome!

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