Kibana v7.1.0 docker image error "Kibana did not load properly. Check the server output for more information."

I deployed the kibana and elastic search docker images (v7.1.0) on server but I am not able to access Kibana. I am getting below error when I try http://hostname:5601

From firefox (v 67.0.1)

From Chrome (v 74.0.3729.169 (Official Build) (64-bit))

Here is the docker compose file being used to bring up the container : 

version: '3'
services:
  elasticsearch:
    image: elasticsearch:7.1.0
    ports:
      - 9200:9200
      - 9300:9300
    networks:
      - elknet
    volumes:
      - elastic_data:/usr/share/elasticsearch/data
    environment:
      - discovery.type=single-node

  kibana:
    image: kibana:7.1.0
    ports:
      - 5601:5601
    networks:
      - elknet
    depends_on:
      - elasticsearch

networks:
  elknet:
volumes:
  elastic_data:

Note that same image (deployed on different server) is working from same client machine but that also had same issue when I accessed it for first time and it started working after some time. seems wierd but I am not able to figure out why it is working in one server but not working on other server.

However elasticsearch is working in both the servers properly.

Just tried with v6.4.2 and this issue is not there. I also tried with v7.1.1 and observed same issue.

Check the server output for more information

Do your Kibana server logs provide any further details?

Is there a way I can attach the logs ?

Due to character limit I am not able to attach log entries for single hit.. here are some snippet

2019-06-06T10:25:30.981296813Z {"type":"response","@timestamp":"2019-06-06T10:25:29Z","tags":[],"pid":1,"method":"get","statusCode":200,"req":{"url":"/app/kibana","method":"get","headers":{"host":"MyServerMasked.com:5601","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","dnt":"1","connection":"keep-alive","upgrade-insecure-requests":"1","cache-control":"max-age=0"},"remoteAddress":"9.199.153.199","userAgent":"9.199.153.199"},"res":{"statusCode":200,"responseTime":1171,"contentLength":9},"message":"GET /app/kibana 200 1171ms - 9.0B"}
2019-06-06T10:25:31.159136663Z {"type":"response","@timestamp":"2019-06-06T10:25:31Z","tags":["api"],"pid":1,"method":"get","statusCode":200,"req":{"url":"/bundles/app/kibana/bootstrap.js","method":"get","headers":{"host":"MyServerMasked.com:5601","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0","accept":"*/*","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","dnt":"1","connection":"keep-alive","referer":"http://MyServerMasked.com:5601/app/kibana","cache-control":"max-age=0"},"remoteAddress":"9.199.153.199","userAgent":"9.199.153.199","referer":"http://MyServerMasked.com:5601/app/kibana"},"res":{"statusCode":200,"responseTime":47,"contentLength":9},"message":"GET /bundles/app/kibana/bootstrap.js 200 47ms - 9.0B"}
2019-06-06T10:25:31.244528636Z {"type":"response","@timestamp":"2019-06-06T10:25:31Z","tags":[],"pid":1,"method":"get","statusCode":200,"req":{"url":"/ui/favicons/apple-touch-icon.png","method":"get","headers":{"host":"MyServerMasked.com:5601","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0","accept":"image/webp,*/*","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","dnt":"1","connection":"keep-alive","cache-control":"max-age=0"},"remoteAddress":"9.199.153.199","userAgent":"9.199.153.199"},"res":{"statusCode":200,"responseTime":15,"contentLength":9},"message":"GET /ui/favicons/apple-touch-icon.png 200 15ms - 9.0B"}
2019-06-06T10:25:31.245432503Z {"type":"response","@timestamp":"2019-06-06T10:25:31Z","tags":[],"pid":1,"method":"get","statusCode":200,"req":{"url":"/ui/favicons/favicon-16x16.png","method":"get","headers":{"host":"MyServerMasked.com:5601","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0","accept":"image/webp,*/*","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","dnt":"1","connection":"keep-alive","cache-control":"max-age=0"},"remoteAddress":"9.199.153.199","userAgent":"9.199.153.199"},"res":{"statusCode":200,"responseTime":12,"contentLength":9},"message":"GET /ui/favicons/favicon-16x16.png 200 12ms - 9.0B"}
2019-06-06T10:25:31.429915152Z {"type":"response","@timestamp":"2019-06-06T10:25:31Z","tags":[],"pid":1,"method":"get","statusCode":304,"req":{"url":"/built_assets/dlls/vendors.style.dll.css","method":"get","headers":{"host":"MyServerMasked.com:5601","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0","accept":"text/css,*/*;q=0.1","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","dnt":"1","connection":"keep-alive","referer":"http://MyServerMasked.com:5601/app/kibana","if-none-match":"\"083029548ac61cc79cc8230e69969b8e70d072c8-/built_assets/dlls/-gzip\""},"remoteAddress":"9.199.153.199","userAgent":"9.199.153.199","referer":"http://MyServerMasked.com:5601/app/kibana"},"res":{"statusCode":304,"responseTime":19,"contentLength":9},"message":"GET /built_assets/dlls/vendors.style.dll.css 304 19ms - 9.0B"}
.
.
.
.
2019-06-06T10:25:31.778556219Z {"type":"response","@timestamp":"2019-06-06T10:25:31Z","tags":[],"pid":1,"method":"get","statusCode":304,"req":{"url":"/built_assets/css/plugins/upgrade_assistant/index.light.css","method":"get","headers":{"host":"MyServerMasked.com:5601","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0","accept":"text/css,*/*;q=0.1","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","dnt":"1","connection":"keep-alive","referer":"http://MyServerMasked.com:5601/app/kibana","if-none-match":"\"68fe563b13b56edbe1028c1f6436ed2d3eac4cc1-/-gzip\""},"remoteAddress":"9.199.153.199","userAgent":"9.199.153.199","referer":"http://MyServerMasked.com:5601/app/kibana"},"res":{"statusCode":304,"responseTime":17,"contentLength":9},"message":"GET /built_assets/css/plugins/upgrade_assistant/index.light.css 304 17ms - 9.0B"}
2019-06-06T10:25:31.781353888Z {"type":"response","@timestamp":"2019-06-06T10:25:31Z","tags":[],"pid":1,"method":"get","statusCode":200,"req":{"url":"/built_assets/css/plugins/graph/index.light.css","method":"get","headers":{"host":"MyServerMasked.com:5601","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0","accept":"text/css,*/*;q=0.1","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","dnt":"1","connection":"keep-alive","referer":"http://MyServerMasked.com:5601/app/kibana"},"remoteAddress":"9.199.153.199","userAgent":"9.199.153.199","referer":"http://MyServerMasked.com:5601/app/kibana"},"res":{"statusCode":200,"responseTime":31,"contentLength":9},"message":"GET /built_assets/css/plugins/graph/index.light.css 200 31ms - 9.0B"}
2019-06-06T10:25:31.783725881Z {"type":"response","@timestamp":"2019-06-06T10:25:31Z","tags":[],"pid":1,"method":"get","statusCode":304,"req":{"url":"/built_assets/css/plugins/cross_cluster_replication/index.light.css","method":"get","headers":{"host":"MyServerMasked.com:5601","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0","accept":"text/css,*/*;q=0.1","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","dnt":"1","connection":"keep-alive","referer":"http://MyServerMasked.com:5601/app/kibana","if-none-match":"\"03252963d270a2aed5edf7341a003f0921e35bad-/-gzip\""},"remoteAddress":"9.199.153.199","userAgent":"9.199.153.199","referer":"http://MyServerMasked.com:5601/app/kibana"},"res":{"statusCode":304,"responseTime":18,"contentLength":9},"message":"GET /built_assets/css/plugins/cross_cluster_replication/index.light.css 304 18ms - 9.0B"}

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