ELK系列--问题汇总(二)

一、Kibana4 dashboard没法保存拖动的visualization位置

缘由:

程序bug,json部分未能及时保存拖动的状况java

解决方法:

手动在设置中,手动编辑dashboard的json,调整排序git

参考:https://github.com/elastic/kibana/issues/3328

二、Courier Fetch: shards failed

缘由:

查询线程队列不够,致使github

解决方法:

编辑elasticsearch.yml,添加threadpool.search.queue_size: 10000
重启elasticsearch便可解决web

参考:http://stackoverflow.com/questions/30053967/courier-fetch-shards-failed

三、kibana瓦片图(Tile map)没法使用国内地图

缘由:

kibana自带的是地图是openstreetmap,http://www.openstreetmap.org。须要更换成国内地图。json

解决方法:

更换为高德地图。修改index.js中的:安全

https://otile{s}-s.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.jpeg

app

http://webrd0{s}.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=7&x={x}&y={y}&z={z}

说明:网上搜索到内容为style=8,内容空白,通过本身测试,确认style=7可用elasticsearch

相关文章
相关标签/搜索