当我尝试通过命令提示符安装 elasticsearch
- head` 插件时,为什么会出现以下错误?
C:\tomcat\webapps\elasticsearch-1.1.1\bin>plugin -install mobz/elasticsearch-head
错误是:
Installing mobz/elasticsearch-head...
Trying https://github.com/mobz/elasticsearch-head/archive/master.zip...
**Failed to install mobz/elasticsearch-head, reason:** failed to download out of all
possible locations..., use -verbose to get detailed information
答案 0 :(得分:3)
从https://github.com/mobz/elasticsearch-head手动下载并在elasticsearch-1.4.2 / plugins / head / _site /
中解压缩并启动elasticsearch服务器 然后检查浏览器 http://localhost:9200/_plugin/head/
答案 1 :(得分:3)
我以这种方式成功安装了它:
bin/plugin -DproxyPort=port_number -DproxyHost=hostname -install mobz/elasticsearch-head
在上面的命令中替换port_number和hostname。
答案 2 :(得分:1)
似乎头部插件安装程序已损坏。它报道:
Can't get https://github.com/movz/elasticsearch-head/archive/master.zip
当您尝试手动下载此文件时,您将意识到安装程序无法正常工作。
但是,如果您从https://github.com/mobz/elasticsearch-head以zip格式下载,则可以轻松使用头部插件,然后只需在浏览器中打开index.html。