弹性搜索仍在初始化kibana指数 [英] Elasticsearch is still initializing the kibana index

查看:224
本文介绍了弹性搜索仍在初始化kibana指数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我试图启动基巴纳时,我面临着以下问题。我首先重新启动了它正在运行的弹性搜索服务器。开始弹性之后,我试图启动基巴纳,但没有运气。

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}

提前感谢

推荐答案


警告:删除 .kibana index将使您丢失所有您的kibana设置(索引,图表,仪表板)

Warning: Removing .kibana index will make you lost all your kibana settings (indexes, graphs, dashboards)

此行为有时是由现有的 .kibana 索引。
请使用以下命令删除弹性搜索中的 .kibana 索引:

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

重新启动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/*

随后重新启动Kibana

Followed by restarting Kibana.

注意: localhost:9200 是弹性搜索器:您的情况可能不同的端口。

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

这篇关于弹性搜索仍在初始化kibana指数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆