kibana提示"[illegal_argument_exception] mapper [hits] cannot be changed from type [long] to [inte

Posted 粽先生

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kibana提示"[illegal_argument_exception] mapper [hits] cannot be changed from type [long] to [inte相关的知识,希望对你有一定的参考价值。

===============================================

 2019/1/30_第1次修改                       ccb_warlock

 

===============================================

 

由于开发团队搭建的ELK存在些无法解决的问题,故我选择重新搭了新的ELK来替换有问题的ELK。

在使用了elasticdump迁移数据(5.4.X -> 5.6.14)后,访问kibana看到了报错信息"[illegal_argument_exception] mapper [hits] cannot be changed from type [long] to [integer]"。

 

查找资料后,发现是kibana5.X中的索引问题。

 

解决方案:

 # 编辑kibana的配置文件

vi /etc/kibana/kibana.yml

 将kibana.index的参数值为下面的数值,wq保存。

kibana.index: .kibana-5.x

 

 # 重启kibana

systemctl restart kibana

 

参考资料:

1. https://github.com/elastic/kibana/issues/10993

 

以上是关于kibana提示"[illegal_argument_exception] mapper [hits] cannot be changed from type [long] to [inte的主要内容,如果未能解决你的问题,请参考以下文章

kibana 启动报错

漏洞风险提示Kibana跨站点脚本漏洞通告

解决kibana搜索提示框占位问题

kibana操作记录

Kibana:如何在 Maps 应用中显示图片提示

kibana提示“Your Kibana index is out of date, reset it or use the X-Pack upgrade assistant.”