Kibana 7.4.0 stuck in "Kibana server is not ready yet"

Just upgraded to 7.4.0 and found out that it is not accessible but always stuck in "Kibana server is not ready yet". This is my config:

    server.port: 5601
    server.host: "0.0.0.0"
    server.rewriteBasePath: false
    elasticsearch.hosts: "http://svc-elasticsearch:9200"
    kibana.index: ".kibana"
    logging.silent: false
    logging.quiet: false
    logging.verbose: true

I get 503 response and browser shows "Kibana server is not ready yet".
This is the only log that I see:

{"type":"log","@timestamp":"2019-10-23T00:55:08Z","tags":["debug","stats-collection"],"pid":1,"message":"Fetching data from sample-data collector"}
{"type":"log","@timestamp":"2019-10-23T00:55:08Z","tags":["debug","stats-collection"],"pid":1,"message":"Fetching data from kql collector"}
{"type":"log","@timestamp":"2019-10-23T00:55:08Z","tags":["debug","stats-collection"],"pid":1,"message":"Fetching data from localization collector"}
{"type":"log","@timestamp":"2019-10-23T00:55:08Z","tags":["debug","stats-collection"],"pid":1,"message":"Fetching data from static_telemetry collector"}
{"type":"log","@timestamp":"2019-10-23T00:55:08Z","tags":["debug","stats-collection"],"pid":1,"message":"Fetching data from ui_metric collector"}
{"type":"log","@timestamp":"2019-10-23T00:55:09Z","tags":["debug","monitoring","kibana-monitoring"],"pid":1,"message":"Received Kibana Ops event data"}
{"type":"log","@timestamp":"2019-10-23T00:55:09Z","tags":["debug","monitoring","kibana-monitoring"],"pid":1,"message":"Received Kibana Ops event data"}
{"type":"log","@timestamp":"2019-10-23T00:55:09Z","tags":["plugin","debug"],"pid":1,"message":"Checking Elasticsearch version"}
{"type":"log","@timestamp":"2019-10-23T00:55:11Z","tags":["debug","monitoring","kibana-monitoring"],"pid":1,"message":"Received Kibana Ops event data"}
{"type":"log","@timestamp":"2019-10-23T00:55:11Z","tags":["debug","monitoring","kibana-monitoring"],"pid":1,"message":"Received Kibana Ops event data"}
{"type":"log","@timestamp":"2019-10-23T00:55:12Z","tags":["plugin","debug"],"pid":1,"message":"Checking Elasticsearch version"}
{"type":"log","@timestamp":"2019-10-23T00:55:14Z","tags":["debug","monitoring","kibana-monitoring"],"pid":1,"message":"Received Kibana Ops event data"}
{"type":"log","@timestamp":"2019-10-23T00:55:14Z","tags":["debug","monitoring","kibana-monitoring"],"pid":1,"message":"Received Kibana Ops event data"}
{"type":"log","@timestamp":"2019-10-23T00:55:14Z","tags":["plugin","debug"],"pid":1,"message":"Checking Elasticsearch version"}
{"type":"log","@timestamp":"2019-10-23T00:55:16Z","tags":["debug","monitoring","kibana-monitoring"],"pid":1,"message":"Received Kibana Ops event data"}
{"type":"log","@timestamp":"2019-10-23T00:55:16Z","tags":["debug","monitoring","kibana-monitoring"],"pid":1,"message":"Received Kibana Ops event data"}
{"type":"log","@timestamp":"2019-10-23T00:55:17Z","tags":["plugin","debug"],"pid":1,"message":"Checking Elasticsearch version"}
{"type":"log","@timestamp":"2019-10-23T00:55:18Z","tags":["debug","stats-collection"],"pid":1,"message":"All collectors are not ready (waiting for maps,visualization_types) but we have waited the required 60s and will return data from all collectors that are ready."}

What do I miss? Thanks.

Hi @Kok_How_Teh,

Do you see any error in the kibana log file ?

Thanks,
Liza

Thanks @Kok_How_Teh,

@tylersmalley any recommendation on what other info to gather to see why Kibana server is not ready.

Do you have the full logs after startup?

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