ELK Stack 6.6 Kibana did not load properly

Hi everyone,

I am new to ELK Stack and sorry in advance for the trouble. I looked through disscusion and could not resolve my issue anyways.

I am on MacOS Mojave 10.14
Installed ES, Logstash and Kibana through brew services, all of them are 6.6 version

When I ping ES everything is good, I do get the response back

but when I am accessing kibana I am getting Kibana did not load properly error. Looking at the stored logs seem all is working when ping kibana, and most repsonses are 404 and 304 e.g:

{"type":"response","@timestamp":"2019-02-08T15:19:44Z","tags":[],"pid":2817,"method":"get","statusCode":302,"req":{"url":"/","method":"get","headers":{"host":"localhost:5601","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:65.0) Gecko/20100101 Firefox/65.0","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","connection":"keep-alive","upgrade-insecure-requests":"1"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1"},"res":{"statusCode":302,"responseTime":1,"contentLength":9},"message":"GET / 302 1ms - 9.0B"}
{"type":"response","@timestamp":"2019-02-08T15:19:44Z","tags":[],"pid":2817,"method":"get","statusCode":304,"req":{"url":"/bundles/app/kibana/bootstrap.js","method":"get","headers":{"host":"localhost:5601","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:65.0) Gecko/20100101 Firefox/65.0","accept":"*/*","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://localhost:5601/app/kibana","connection":"keep-alive","if-none-match":"\"425bd482dc76540a33736396620f10bb005ad100-gzip\""},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5601/app/kibana"},"res":{"statusCode":304,"responseTime":8,"contentLength":9},"message":"GET /bundles/app/kibana/bootstrap.js 304 8ms - 9.0B"}
{"type":"response","@timestamp":"2019-02-08T15:19:44Z","tags":[],"pid":2817,"method":"get","statusCode":404,"req":{"url":"/dlls/vendors.style.dll.css","method":"get","headers":{"host":"localhost:5601","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:65.0) Gecko/20100101 Firefox/65.0","accept":"text/css,*/*;q=0.1","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://localhost:5601/app/kibana","connection":"keep-alive"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5601/app/kibana"},"res":{"statusCode":404,"responseTime":5,"contentLength":9},"message":"GET /dlls/vendors.style.dll.css 404 5ms - 9.0B"}
{"type":"response","@timestamp":"2019-02-08T15:19:44Z","tags":[],"pid":2817,"method":"get","statusCode":304,"req":{"url":"/bundles/commons.style.css","method":"get","headers":{"host":"localhost:5601","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:65.0) Gecko/20100101 Firefox/65.0","accept":"text/css,*/*;q=0.1","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://localhost:5601/app/kibana","connection":"keep-alive","if-none-match":"\"912357d8d664318a6adf34e691edf530c4e0507e-/bundles/-gzip\""},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://localhost:5601/app/kibana"},"res":{"statusCode":304,"responseTime":9,"contentLength":9},"message":"GET /bundles/commons.style.css 304 9ms - 9.0B"}

Running everything on local machine so no nginx configs or other involved.
Could anyone help me out with this one?

solved following this: https://github.com/elastic/kibana/issues/30186

I'm glad you were able to find a solution! Thank you for sharing it.

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