私は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
は--verbose' '試してみてください? _null_と呼ばれるgithub組織は変わっているようです。 – StephenKing
@StephenKingで '--verbose'を実行すると失敗します。 – jones
驚きはありません;-) – StephenKing