ELK 安裝 Head 插件 可以檢查「index」使用率「大小」以及「健康」狀況。
1. 將檔案「下載」修改「檔名」並「解壓縮」傳到「/opt」目錄
「https://github.com/mobz/elasticsearch-head」
PS.
1. 不能放在「elasticsearch」=> plugins 目錄
2. 切換 目錄「cd /opt/elasticsearch-5.4.0/config/」
3. 編輯「elasticsearch.yml」
vi elasticsearch.yml
4. 最後面加入「下面語句」
http.cors.enabled: true
http.cors.allow-origin: "*"
6. 安裝「nodejs」套件
yum install -y nodejs
yum install -y nodejs
安裝「npm install」
7.重啟「elasticsearch」服務
;檢查「9200」PID 程序
netstat -ltunp | grep "9200"
;停用「進程」
kill -9 28258
;使用「elk」帳號,背景運行「elasticsearch」 程序。TCP-9200
su elk -c 'nohup /opt/elasticsearch-5.4.0/bin/elasticsearch &'
8. 啟動「grunt server」服務器,畫面會顯示某些「錯誤」直接「忽略」,因「ELK」5.0.X 版本 會有相容性「問題」
「grunt server」 (頁面執行) 或「nohup grunt server &」(背景執行)
;檢查「9200」PID 程序
netstat -ltunp | grep "9200"
;停用「進程」
kill -9 28258
;使用「elk」帳號,背景運行「elasticsearch」 程序。TCP-9200
su elk -c 'nohup /opt/elasticsearch-5.4.0/bin/elasticsearch &'
8. 啟動「grunt server」服務器,畫面會顯示某些「錯誤」直接「忽略」,因「ELK」5.0.X 版本 會有相容性「問題」
「grunt server」 (頁面執行) 或「nohup grunt server &」(背景執行)
8. 使用「http://localhost:9200」瀏覽
點選「Index」索引 =>「索引信息」
「GitHub」-「elasticsearch-head」
「油焖大黄瓜」-「Elasticsearch 5.2.x 使用 Head 插件连接不上集群」
「segmentfault」-「elasticsearch-head插件安装后,启动问题!」
沒有留言:
張貼留言