Kibana did not load properly. Check the server output for more information

After install on clean ES instance I got this error:
{
“type”: “response”,
"@timestamp": “2017-08-02T09:51:26Z”,
“tags”: [],
“pid”: 57951,
“method”: “get”,
“statusCode”: 404,
“req”: {
“url”: “/bundles/readonlyrest_kbn.style.css?v=14723”,
“method”: “get”,
“headers”: {
“host”: “kibana-dev.<servername_here>”,
“x-real-ip”: “10.202.20.173”,
“connection”: “close”,
“user-agent”: “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 YaBrowser/17.7.0.1575 Yowser/2.5 Safari/537.36”,
“accept”: “text/css,/;q=0.1”,
“referer”: “https://kibana-dev.<servername_here>/app/readonlyrest_kbn”,
“accept-encoding”: “gzip, deflate, br”,
“accept-language”: “ru,en;q=0.8,de;q=0.6”
},
“remoteAddress”: “10.201.140.8”,
“userAgent”: “10.201.140.8”,
“referer”: “https://kibana-dev.<servername_here>/app/readonlyrest_kbn”
},
“res”: {
“statusCode”: 404,
“responseTime”: 9,
“contentLength”: 9
},
“message”: “GET /bundles/readonlyrest_kbn.style.css?v=14723 404 9ms - 9.0B”
}

Versions the same as on test instance:

Plugins directory: /usr/share/elasticsearch/plugins
readonlyrest

  • Plugin information:
    Name: readonlyrest
    Description: Safely expose Elasticsearch REST API
    Version: 1.16.9-pre3

#kibana-plugin list
readonlyrest_kbn@0.1.6-pre1

But on test instance this file is presented, on clean installation - not.
Permissions is correct - kibana:kibana on /usr/share/kibana/*
How can I fix this?

Hello @Adel-S!
Yes this is a tiny, but incredibly annoying known issue in the Kibana plugin. It’s tiny because it goes away just after installing the Kibana plugin like this:

touch optimize/bundles/readonlyrest_kbn.style.css

This procedure is described in the Kibana plugin docs page.

Thank you, Simone for quick reply. I missed this part, my bad. Everything is ok now.

1 Like