【发布时间】:2016-06-29 09:51:15
【问题描述】:
我刚刚下载了elasticsearch,我正在尝试获取head plugin
我先试试这个
sudo bin/plugin install mobz/elasticsearch-head --verbose
我得到了错误
Trying https://github.com/mobz/elasticsearch-head/archive/master.zip ...
Failed: UnknownHostException[github.com]
现在我尝试添加一些命令行参数
sudo bin/plugin -DproxyUser=<my proxy user> -DproxyPassword=<my proxy password> -DproxyHost=<my proxy user> -DproxyPort=<my proxy port> install mobz/elasticsearch-head --verbose
现在我得到了错误
Trying https://github.com/mobz/elasticsearch-head/archive/master.zip ...
Failed: IOException[Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"]
这里有人有什么建议吗?我正在尝试使用 elasticsearch 附带的工具,而不是手动抓取插件并将其放入 plugins 文件夹中。
【问题讨论】:
标签: authentication elasticsearch proxy elasticsearch-plugin elasticsearch-head