Kibana学习1_Elasticsearch is still initializing the kibana index错误解决

26 篇文章 0 订阅

问题描述:

When I am trying to start Kibana I am facing the following issue. I first restarted my elasticsearch server it was running successfully. After starting Elasticsearch I tried to start Kibana but no luck.

{"name":"Kibana","hostname":"ABCD","pid":3848,"level":30,"msg":"Elasticsearch is still initializing the kibana index... Trying again in 2.5 second.","time":"2015-07-03T07:35:34.936Z","v":0}

Thanks in advance


解决方法:

This behavior is sometimes caused by existing .kibana index. Kindly delete the .kibana index in elasticsearch using following command:

curl -XDELETE http://localhost:9200/.kibana

After deleting the index kindly restart Kibana.

If the problem still persists kindly delete all indexes using following command:

curl -XDELETE http://localhost:9200/*

Followed by restarting Kibana.

Note: localhost:9200 is elasticsearchserver:port which may be different in your case.

启动Kibana时,如果遇到错误,Elasticsearch is still initializing the kibana index... Trying again in 2.5 second.

执行命令

curl -XDELETE http://localhost:9200/.kibana

curl -XDELETE http://localhost:9200/*
命令


参考:http://stackoverflow.com/questions/31201051/elasticsearch-is-still-initializing-the-kibana-index

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值