Kibana server is not ready yet访问不了的解决方案

1 篇文章 0 订阅
1 篇文章 0 订阅
 "warning","migrations","pid":6192,"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还是可以正常使用的,但是第二天就访问不了了,浏览器上报Kibana server is not ready yet,查找日志之后,发现有一段警告信息,如上。

解决方案:
1.把.kibana开头的索引删除。
查看索引: curl ‘localhost:9200/_cat/indices?v’
把这些索引删除,执行: curl -XDELETE ‘localhost:9200/.kibana*’
2.重启kibana
首先查找kibana的进程号: netstat -tunlp| grep 5601
杀掉进程: kill -9 kibana进程号
启动kibana: nohup bin/kibana >kibana.log 2>&1 &
3.再进浏览器访问,问题解决。

  • 2
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值