ES外掛常見問題

lcz393537415發表於2016-06-13
ES安裝版本2.3.3, 直接使用${ES_HOME}/bin/plugin install mobz/elasticsearch-head 安裝不上,總是報如下異常:

Trying
Failed to install mobz/elasticsearch-head,reason:failed to downloadoutofall possible locations...,use-verbose to get detailed information

解決方法:
      1. 直接從githup上下載外掛zip包。
     2. 執行:${ES_HOME}/bin/plugin install file:///your/zip/file/path
注意,file 一定要加。如:./plugin install file:/opt/elasticsearch-head-master.zip

注意使用 ./pluging install -h 檢視命令具體用法

參考:

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31347383/viewspace-2119649/,如需轉載,請註明出處,否則將追究法律責任。