我刚刚下载了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附带的工具,而不是手动抓取插件并将其插入插件文件夹中。
答案 0 :(得分:1)
您可能需要在参数中指定代理信息,例如主机和端口。查看此文档。 https://www.elastic.co/guide/en/elasticsearch/plugins/2.3/_other_command_line_parameters.html#_proxy_settings