2017-04-06 40 views
0

我曾嘗試幾種方法:如何使用感(或其他任何建議的工具),以幫助初學者與ELK

1)

-I下載感從https://github.com/bleskes/sense,解壓縮並粘貼它kibana-5.3的3.0 AMD64的/ usr /共享/ kibana /插件

-I開始kibana,然後我得到了「[警示]插件‘感覺’被禁用,因爲它預期Kibana版本‘2.0.0快照’,發現」 5.3.0「

[email protected] ~/Servers/DBs/elasticsearch-5.3.0/bin $ cd /home/demetrio/Servers/DBs/kibana-5.3.0-amd64/usr/share/kibana/bin 
[email protected] ~/Servers/DBs/kibana-5.3.0-amd64/usr/share/kibana/bin $ ./kibana 
undefined accessed the autoload lists which are no longer available via the Plugin API.Use the `ui/autoload/*` modules instead. 
undefined accessed the autoload lists which are no longer available via the Plugin API.Use the `ui/autoload/*` modules instead. 
    log [20:25:48.403] [warning] Plugin "Sense" was disabled because it expected Kibana version "2.0.0-snapshot", and found "5.3.0". 
    log [20:25:49.123] [info][status][plugin:[email protected]] Status changed from uninitialized to green - Ready 
    log [20:25:49.279] [info][status][plugin:[email protected]] Status changed from uninitialized to yellow - Waiting for Elasticsearch 
    log [20:25:49.326] [info][status][plugin:[email protected]] Status changed from uninitialized to green - Ready 
    log [20:25:49.842] [info][status][plugin:[email protected]] Status changed from uninitialized to green - Ready 
    log [20:25:49.873] [info][listening] Server running at http://localhost:5601 
    log [20:25:49.875] [info][status][ui settings] Status changed from uninitialized to yellow - Elasticsearch plugin is yellow 
    log [20:25:50.041] [info][status][plugin:[email protected]] Status changed from yellow to green - Kibana index ready 
    log [20:25:50.043] [info][status][ui settings] Status changed from yellow to green - Ready 

2)

我試圖安裝,如在https://github.com/bleskes/sense建議通過以下

[email protected] ~/Servers/DBs/kibana-5.3.0-amd64/usr/share/kibana/bin $ ./kibana plugin --install elastic/sense 

ERROR unknown command plugin 

3)

我試圖安裝

[email protected] ~/Servers/DBs/kibana-5.3.0-amd64/usr/share/kibana/bin $ ./kibana-plugin install elastic/sense 
Attempting to transfer from elastic/sense 
Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugins/elastic/sense/elastic/sense-5.3.0.zip 
Error: Client request error: connect ETIMEDOUT 107.21.249.70:443 
Plugin installation was unsuccessful due to error "Client request error: connect ETIMEDOUT 107.21.249.70:443" 

P.S.我檢查了我的Debian代理配置,它是正確的。我應該在某些特定的Kibana文件中添加我的代理配置嗎?

4)

我試圖安裝它從谷歌Chrome網上應用店,但似乎這樣的插件是沒有2版本之後保持模式和ELK目前在5.3

5)

我裝X - 包(https://www.elastic.co/downloads/x-pack),但據我直到現在注意到,唯一明顯的不同是每個ELK的用戶創建。我鎖定了一些東西喜歡這裏描述https://github.com/bleskes/sense

  • 方便的API建議
  • 格式驗證
  • 範圍坍塌
  • 自動格式化
  • 一次
  • 副本提交多個請求和粘貼捲曲命令

T總結一下,我正在鎖定一些工具,可以讓一個虛擬模塊變得更容易,比如查詢和與ELK進行交互。我看到了幾張照片,結論認爲Sense是一個很好的工具,但我無法完成工作。

+0

根據[help/on-topic]準則,要求我們推薦或查找工具的問題在這裏是焦點話題。您可以在[softwarerecs.se]上提問,但請確保您訪問其幫助頁面並首先查看指南;他們對他們允許的問題非常嚴格。 –

回答

1

感覺現在包含在Kibana中。啓動Kibana(默認端口5601)並查看DevTools。 X-Pack實際上是用於監視,警報和安全目的的擴展。 kibana console doc

所以對你來說,最好使用kibana devtools開始探索elasticsearch。

+0

鏈接「kibana console doc」移到了哪裏。 – DemeCarvO

+0

抱歉是一個錯字,修復它。鏈接正在工作。 – harare