Can't install marvel

Dear all,

I'm trying to setup elasticsearch monitoring cluster. So this part is kinda crucial :-).
I'm getting the following error when I'm trying to install the plugin. I search google and found a lot about this, but nothing of what I found matched or fixed my problem. I tried to download the file for offline installation and tried the online installation. Notice: I'm installing it with puppet with the official elasticsearch module.I tried the methods also manually which didn't work either.

Online:
Trying https://download.elasticsearch.org/elasticsearch/marvel/marvel-2.4.0.tar.gz ...
Downloading ...................................................................................................................................................DONE
Verifying https://download.elasticsearch.org/elasticsearch/marvel/marvel-2.4.0.tar.gz checksums if available ...
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip>

Offline:
[elasticsearch]# /usr/share/elasticsearch/bin/plugin install file:///root/marvel-2.4.0.tar.gz --verbose
-> Installing from file:/root/marvel-2.4.0.tar.gz...
Trying file:/root/marvel-2.4.0.tar.gz ...
Downloading ........................DONE
Verifying file:/root/marvel-2.4.0.tar.gz checksums if available ...
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip

You are using the Kibana plugin, you need the marvel-agent-blah file.

See https://www.elastic.co/guide/en/marvel/current/installing-marvel.html#offline-installation

Yes, indeed... I'm an idiot.. Sorry!! :slight_smile: