ElasticSearch外掛安裝:shield
阿新 • • 發佈:2018-12-31
1.Linux下安裝shield步驟
- cd /opt/soft/elk/elasticsearch-2.4.6
- bin/plugin install license 先安裝license (第一次安裝失敗,重試即可)
- bin/plugin install shield 安裝shield外掛
- 重啟es
- 新增使用者,設定密碼
- cd /opt/soft/elk/elasticsearch-2.4.6
- bin/shield/esusers useradd esfgroup -r admin 然後輸入密碼即可
- 安裝成功
- 新增使用者,設定密碼
- bin/shield/esusers list 檢視當前使用者列表
- bin/shield/esusers userdel esfgroup 刪除使用者
- bin/plugin remove shield 設定使用者後想取消,僅刪除使用者是不夠的,還需要解除安裝shield外掛(shield外掛只有30天試用期,30天試用期過後,賬號密碼功能依然可用,且在RPC java服務裡shield依然可以使用,詳情參考 https://www.elastic.co/guide/en/shield/current/license-management.html)
2.請求示例
- head請求 帶密碼訪問
- http請求 帶密碼訪問 curl -u mdl -XGET ‘http://localhost:9200/index1-mdl/index1-mdl/0’