【发布时间】:2016-11-26 22:00:37
【问题描述】:
我已经安装了 ElasticSearch 1.7 并想安装 marvel,下面的命令安装许可证有效。
sudo bin/plugin --install mobz/elasticsearch-head --verbose
但安装 Marvel 本身失败:
vagrant@homestead:/usr/share/elasticsearch$ sudo bin/plugin install marvel-agent
-> Installing marvel-agent...
Trying https://github.com/null/marvel-agent/archive/master.zip...
Failed to install marvel-agent, reason: failed to download out of all possible locations..., use --verbose to get detailed information
如何解决这个问题?
--verbose 这发生在vagrant@homestead:/usr/share/elasticsearch$ sudo bin/plugin install marvel-agent --verbose
-> Installing marvel-agent...
Trying https://github.com/null/marvel-agent/archive/master.zip...
Failed: IOException[Can't get https://github.com/null/marvel-agent/archive/master.zip to /usr/share/elasticsearch/plugins/marvel-agent.zip]; nested: FileNotFoundException[https://github.com/null/marvel-agent/archive/master.zip]; nested: FileNotFoundException[https://github.com/null/marvel-agent/archive/master.zip];
Failed to install marvel-agent, reason: failed to download out of all possible locations..., use --verbose to get detailed information
【问题讨论】:
-
按照建议尝试
--verbose?名为 null 的 github 组织看起来很奇怪.. -
@StephenKing 和
--verbose它也失败了。 -
毫无疑问它也会失败 ;-)
-
请修正您的格式。你看我是如何修正你以前的文字的。请投资于可读性。
标签: elasticsearch elasticsearch-marvel