elasticsearch-head 是 A web front end for an elastic search cluster,簡單來說裝了之後能夠提供一個界面來顯示 elasticsearch 叢集(cluster),說是界面,其實就是利用 port (9200),但是網址是 /_plugin/head,在 browser 跑這個畫面,可以直接透過 elasticsearch-head 做搜尋,安裝方式非常簡單,首先可以在 github 下載。
如果不習慣 curl ,或是需要一個同時可以查看 cluster 狀態, 搜尋 index 等操作的功能,
安裝方式
提供兩種方式給你安裝:
1. 安裝在 node 的環境下
如果有使用 node 的朋友,你的選擇就是 clone 這個專案,然後 npm install,最後用 grunt server 去跑。
2. 以 plugin 的方式安裝在 elasticsearch 的 plugin 資料夾,並且啟動它 (本文使用這種)
真實的路徑要看你把 elasticsearch 裝在哪裡...
下指令開啟瀏覽器,或是直接開瀏覽器連到 http://localhost:9200/_plugin/head/
切換到 Browser 頁籤,可以依照 index 查看 type,甚至單筆資料
elasticsearch-head 只是 ES 的工具之ㄧ,主要用來看資料的部分,不過要小心,透過這個界面,是可以直接刪除一個 index 的,小心手滑。
還有其他的工具需要在研究,目標放在日誌 (log),跟分析的工具,待續...。
如果不習慣 curl ,或是需要一個同時可以查看 cluster 狀態, 搜尋 index 等操作的功能,
安裝方式
提供兩種方式給你安裝:
1. 安裝在 node 的環境下
如果有使用 node 的朋友,你的選擇就是 clone 這個專案,然後 npm install,最後用 grunt server 去跑。
2. 以 plugin 的方式安裝在 elasticsearch 的 plugin 資料夾,並且啟動它 (本文使用這種)
真實的路徑要看你把 elasticsearch 裝在哪裡...
sudo elasticsearch/bin/plugin -install mobz/elasticsearch-head
安裝完成
➜ elasticsearch-1.2.1 sudo bin/plugin -install mobz/elasticsearch-head
Password:
-> Installing mobz/elasticsearch-head...
Trying https://github.com/mobz/elasticsearch-head/archive/master.zip...
Downloading .......................................................................................................................................................................................................................................................................................................................................DONE
Installed mobz/elasticsearch-head into /Users/win/elasticsearch-1.2.1/plugins/head
Identified as a _site plugin, moving to _site structure ...
Password:
-> Installing mobz/elasticsearch-head...
Trying https://github.com/mobz/elasticsearch-head/archive/master.zip...
Downloading .......................................................................................................................................................................................................................................................................................................................................DONE
Installed mobz/elasticsearch-head into /Users/win/elasticsearch-1.2.1/plugins/head
Identified as a _site plugin, moving to _site structure ...
下指令開啟瀏覽器,或是直接開瀏覽器連到 http://localhost:9200/_plugin/head/
open http://localhost:9200/_plugin/head/
畫面:
首頁是可以一覽所有 cluster 的界面,真悲哀,我目前還沒有東西可以玩,不知道怎麼介紹 xddd ,等我把工具們研究一番之後,再來玩一下... Orz
切換到 Browser 頁籤,可以依照 index 查看 type,甚至單筆資料
elasticsearch-head 只是 ES 的工具之ㄧ,主要用來看資料的部分,不過要小心,透過這個界面,是可以直接刪除一個 index 的,小心手滑。
還有其他的工具需要在研究,目標放在日誌 (log),跟分析的工具,待續...。
沒有留言:
張貼留言
若你看的文章,時間太久遠的問題就別問了,因為我應該也忘了... XD