标签:
程序bug,json部分未能及时保存拖动的情况
手动在设置中,手动编辑dashboard的json,调整排序
查询线程队列不够,导致
编辑elasticsearch.yml,添加threadpool.search.queue_size: 10000
重启elasticsearch即可解决
kibana自带的是地图是openstreetmap,http://www.openstreetmap.org。需要更换成国内地图。
更换为高德地图。修改index.js中的:
https://otile{s}-s.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.jpeg
为
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可用
标签:
原文地址:http://www.cnblogs.com/phoenix--/p/5000165.html