码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2019-01-30 01:28:36      阅读:405      评论:0      收藏:0      [点我收藏+]

标签:yml   ann   查找   修改   http   来替   ref   ast   issue   

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

 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 [integer]"

标签:yml   ann   查找   修改   http   来替   ref   ast   issue   

原文地址:https://www.cnblogs.com/straycats/p/10336467.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!