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.