2016-11-23 14 views
0

私はElasticSearch 1.7をインストールしました。ライセンスをインストールするためにmarvel、bellowコマンドをインストールします。Elasticsearch 1.7インストールの驚異的なエージェントが失敗しました

sudo bin/plugin --install mobz/elasticsearch-head --verbose 

しかし、驚異自体をインストールに失敗しました:

[email protected]:/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と これはElasticsearch 1.7について[email protected]:/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

+0

は--verbose' '試してみてください? _null_と呼ばれるgithub組織は変わっているようです。 – StephenKing

+0

@StephenKingで '--verbose'を実行すると失敗します。 – jones

+0

驚きはありません;-) – StephenKing

答えて

2

を発生し、正しいコマンドは2.xのためのより異なります。提案されているよう

bin/plugin -i elasticsearch/marvel/latest 
+0

よろしくお願いいたします。出来た – robert

関連する問題