Kibana启动报错 server is not ready yet的解决方案


kibana的版本一定要和es的版本一致

我们这里用6.2.2版本

异常详情:

"warning","migrations","pid":6181,"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_index_1 and restarting Kibana. 

 

主要的信息是这条警告,提示进行.kibana_index_1文件,并且重启Kibana,之后按照下面的步骤进行操作

 docker stop kibana6.6.2

curl -XDELETE http://192.168.231.128:9200/.kibana*

docker start kibana6.6.2 

运行

http://192.168.231.128:5601/

 

 启动成功


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM