1.server is not ready yet
日志显示
{"type":"log","@timestamp":"2022-04-25T15:48:07Z","tags":["warning","migrations"],"pid":3580,"message":"Another Kibana instance appears to be migrating the index. Waiting for that migration to complete. If no other Kibana instance is attempting migrations, you can get past this message by deleting index .kibana_1 and restarting Kibana."}
解决方案
在Elasticsearch中删除kibana索引
[hui@hadoop201 kibana]$ curl -XDELETE http://hadoop201:9200/.kibana*
再次启动 kibana Ok 了