Hi, all. I managed to upgrade es from es 6.2.4 to 6.3.0 two days ago and I'm now starting to upgrade kibana too.But when I download kibana 6.3.0 and copy old config of kibana 6.2.4 to 6.3.0 and start kibana, it just can't work. I disable the x-pack security of elasticsearch. Here is the kibana config file:
server.port: 5601
server.host: "XX.XXX.XXX.XX"
elasticsearch.url: "http://XX.XXX.XXX.XX:9200"
elasticsearch.requestTimeout: 300000
elasticsearch.startupTimeout: 5000
xpack.monitoring.elasticsearch.url: "http://XX.XXX.XXX.XX:9200"
xpack.security.enabled : false
xpack.monitoring.enabled : true
xpack.graph.enabled : false
xpack.watcher.enabled : false
xpack.ml.enabled : false
and following is the log when I started kibana:
log [09:51:56.826] [info][status][plugin:kibana@6.3.0] Status changed from uninitialized to green - Ready
log [09:51:56.863] [info][status][plugin:elasticsearch@6.3.0] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [09:51:56.866] [info][status][plugin:xpack_main@6.3.0] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [09:51:56.871] [info][status][plugin:searchprofiler@6.3.0] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [09:51:56.875] [info][status][plugin:tilemap@6.3.0] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [09:51:56.880] [info][status][plugin:license_management@6.3.0] Status changed from uninitialized to green - Ready
log [09:51:56.884] [info][status][plugin:index_management@6.3.0] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [09:51:57.026] [info][status][plugin:timelion@6.3.0] Status changed from uninitialized to green - Ready
log [09:51:57.029] [info][status][plugin:monitoring@6.3.0] Status changed from uninitialized to green - Ready
log [09:51:57.031] [info][status][plugin:grokdebugger@6.3.0] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [09:51:57.033] [info][status][plugin:dashboard_mode@6.3.0] Status changed from uninitialized to green - Ready
log [09:51:57.035] [info][status][plugin:logstash@6.3.0] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [09:51:57.052] [info][status][plugin:apm@6.3.0] Status changed from uninitialized to green - Ready
log [09:51:57.058] [info][status][plugin:console@6.3.0] Status changed from uninitialized to green - Ready
log [09:51:57.060] [info][status][plugin:console_extensions@6.3.0] Status changed from uninitialized to green - Ready
log [09:51:57.063] [info][status][plugin:metrics@6.3.0] Status changed from uninitialized to green - Ready
log [09:51:57.809] [warning][reporting] Generating a random key for xpack.reporting.encryptionKey. To prevent pending reports from failing on restart, please set xpack.reporting.encryptionKey in kibana.yml
log [09:51:57.812] [info][status][plugin:reporting@6.3.0] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [09:51:57.955] [info][listening] Server running at http://10.129.140.70:5601
log [09:51:57.969] [info][status][plugin:elasticsearch@6.3.0] Status changed from yellow to green - Ready
log [09:51:57.973] [error][status][plugin:xpack_main@6.3.0] Status changed from yellow to red - Red
log [09:51:57.973] [error][status][plugin:searchprofiler@6.3.0] Status changed from yellow to red - Red
log [09:51:57.974] [error][status][plugin:tilemap@6.3.0] Status changed from yellow to red - Red
log [09:51:57.974] [error][status][plugin:index_management@6.3.0] Status changed from yellow to red - Red
log [09:51:57.975] [error][status][plugin:grokdebugger@6.3.0] Status changed from yellow to red - Red
log [09:51:57.975] [error][status][plugin:logstash@6.3.0] Status changed from yellow to red - Red
log [09:51:57.976] [error][status][plugin:reporting@6.3.0] Status changed from yellow to red - Red
The elasticsearch plugin is ok and other plugins aren't, so it doesn't seem like the es problem, and the es is truly ok for I can connect it with cerebro. There is no further log and I don't know how to deal with it. Can someone help please? Thank you so much!!