簡體   English   中英

Elasticsearch 1.7安裝奇跡代理失敗

[英]Elasticsearch 1.7 installation marvel-agent failed

我已經安裝了ElasticSearch 1.7,並且想要安裝奇跡,波紋管命令以安裝許可證。

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

但是安裝奇跡本身失敗了:

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 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

對於Elasticsearch 1.7,正確的命令與2.x不同:

bin/plugin -i elasticsearch/marvel/latest

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM