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

相關文章
相關標籤/搜索