I am attempting to install the Marvel License and it gives me the following errors:
Standard Install
sudo bin/plugin install license
Error:
-> Installing license...
Trying https://github.com/null/license/archive/master.zip...
Failed to install license, reason: failed to download out of all possible locations..., use --verbose to get detailed information
I have tried that and I do get a little further but still get the error below:
-> Installing file:/usr/share/elasticsearch/license-2.0.0.zip...
Trying http://download.elasticsearch.org/file:/usr/usr-share.zip...
Trying http://search.maven.org/remotecontent?filepath=file:/usr/share/usr-share.zip...
Trying https://oss.sonatype.org/service/local/repositories/releases/content/file:/usr/share/usr-share.zip...
Trying https://github.com/file:/usr/archive/share.zip...
Trying https://github.com/file:/usr/archive/master.zip...
Failed to install file:/usr/share/elasticsearch/license-2.0.0.zip, reason: failed to download out of all possible locations..., use --verbose to get detailed information
-> Installing file:/usr/share/elasticsearch/license-2.0.0.zip...
Trying http://download.elasticsearch.org/file:/usr/usr-share.zip...
Failed: IOException[Can't get http://download.elasticsearch.org/file:/usr/usr-share.zip to /usr/share/elasticsearch/plugins/usr.zip]; nested: FileNotFoundException[http://download.elasticsearch.org/file:/usr/usr-share.zip]; nested: FileNotFoundException[http://download.elasticsearch.org/file:/usr/usr-share.zip];
Trying http://search.maven.org/remotecontent?filepath=file:/usr/share/usr-share.zip...
Failed: IOException[Can't get http://search.maven.org/remotecontent?filepath=file:/usr/share/usr-share.zip to /usr/share/elasticsearch/plugins/usr.zip]; nested: FileNotFoundException[https://repo1.maven.org/maven2/file:/usr/share/usr-share.zip]; nested: FileNotFoundException[https://repo1.maven.org/maven2/file:/usr/share/usr-share.zip];
Trying https://oss.sonatype.org/service/local/repositories/releases/content/file:/usr/share/usr-share.zip...
Failed: IOException[Can't get https://oss.sonatype.org/service/local/repositories/releases/content/file:/usr/share/usr-share.zip to /usr/share/elasticsearch/plugins/usr.zip]; nested: FileNotFoundException[https://oss.sonatype.org/service/local/repositories/releases/content/file:/usr/share/usr-share.zip]; nested: FileNotFoundException[https://oss.sonatype.org/service/local/repositories/releases/content/file:/usr/share/usr-share.zip];
Trying https://github.com/file:/usr/archive/share.zip...
Failed: IOException[Can't get https://github.com/file:/usr/archive/share.zip to /usr/share/elasticsearch/plugins/usr.zip]; nested: FileNotFoundException[https://github.com/file:/usr/archive/share.zip]; nested: FileNotFoundException[https://github.com/file:/usr/archive/share.zip];
Trying https://github.com/file:/usr/archive/master.zip...
Failed: IOException[Can't get https://github.com/file:/usr/archive/master.zip to /usr/share/elasticsearch/plugins/usr.zip]; nested: FileNotFoundException[https://github.com/file:/usr/archive/master.zip]; nested: FileNotFoundException[https://github.com/file:/usr/archive/master.zip];
Failed to install file:/usr/share/elasticsearch/license-2.0.0.zip, reason: failed to download out of all possible locations..., use --verbose to get detailed information
I have tried the suggestion above but it really doesn't like the manual install process I ran the below and you can clearly see that even though I am adding the file location it still tries to download a file that doesn't exist:
/usr/share/elasticsearch/bin/plugin install marvel-agent file:///opt/marvel-agent-2.0.0.zip
-> Installing marvel-agent...
Trying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/marvel-agent/2.0.0-beta2/marvel-agent-2.0.0-beta2.zip ...
ERROR: failed to download out of all possible locations..., use --verbose to get detailed information
Can somebody from Elastic please reply to this thread to help?
However now it seems that its saying Elastic search 2.0 is too old for some reason:
-> Installing from file:/opt/marvel-agent-2.0.0.zip...
Trying file:/opt/marvel-agent-2.0.0.zip ...
Downloading ..DONE
Verifying file:/opt/marvel-agent-2.0.0.zip checksums if available ...
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
ERROR: Elasticsearch version [2.0.0] is too old for plugin [marvel-agent]
Can anyone help as the documentation says I need Elasticsearch 2.0 or later which I have?
[root@localhost bin]# rpm -qa | grep elastic
elasticsearch-2.0.0-beta2_1.noarch
[root@localhost bin]# ./plugin install file:///usr/local/src/marvel-agent-2.0.0.zip
-> Installing from file:/usr/local/src/marvel-agent-2.0.0.zip...
Trying file:/usr/local/src/marvel-agent-2.0.0.zip ...
Downloading ..DONE
Verifying file:/usr/local/src/marvel-agent-2.0.0.zip checksums if available ...
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
ERROR: Elasticsearch version [2.0.0] is too old for plugin [marvel-agent]
I also meet the same issue, I have downloaded the zip file, and using the following command to install: bin/plugin install license file:///home/wesong/Downloads/license-2.0.0.zip
list - Lists installed elasticsearch plugins
install - Install a plugin
remove - Removes a plugin from elasticsearch
Non-option arguments:
command
Option Description
-h, --help show help
-s, --silent show minimal output
-v, --verbose show verbose output
ERROR: Found multiple arguments for option [arguments], but you asked for only one
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.