1、Kibana4 dashboard無法保存拖動的visualization位置
原因:
程序bug,json部分未能及時保存拖動的情況
解決方法:
手動在設置中,手動編輯dashboard的json,調整排序
參考:https://github.com/elastic/kibana/issues/3328
2、Courier Fetch: shards failed
原因:
查詢線程隊列不夠,導致
解決方法:
編輯elasticsearch.yml,添加threadpool.search.queue_size: 10000
重啟elasticsearch即可解決
參考:http://stackoverflow.com/questions/30053967/courier-fetch-shards-failed
3、kibana瓦片圖(Tile map)無法使用國內地圖
原因:
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可用