2.0rc-1 can't install Marvel

Isn't Marvel available for the Release Candidate?
We like to use and test the 2.0 Release Candidate, but without Marvel we will wait ...

> plugin install elasticsearch/marvel/latest -v
-> Installing elasticsearch/marvel/latest...
Trying https://download.elastic.co/elasticsearch/marvel/marvel-latest.zip ...
Downloading ...........................................................................................................................DONE
Verifying https://download.elastic.co/elasticsearch/marvel/marvel-latest.zip 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

Also: Are the docs already updated? It's also a requirement to go with a release candiate.

Thanks
Mos

We don't have an RC release for Marvel sorry, it'll be a GA directly with ES 2.0.

Having same issue. not able to install marvel plugin

If you are not using elasticsearch 2.0.0, that's expected.
Note that installing marvel is now different.

Read the marvel doc.

I m using 2.0...

elasticsearch-2.0.0 kmaley$ ./bin/plugin -i elasticsearch/marvel/latest
ERROR: unknown command [-i]. Use [-h] option to list available commands
LM-SJN-00874619:elasticsearch-2.0.0 kmaley$ ./bin/plugin install elasticsearch/marvel/latest
-> Installing elasticsearch/marvel/latest...
Trying https://download.elastic.co/elasticsearch/marvel/marvel-latest.zip ...
Trying https://search.maven.org/remotecontent?filepath=elasticsearch/marvel/latest/marvel-latest.zip ...
Trying https://oss.sonatype.org/service/local/repositories/releases/content/elasticsearch/marvel/latest/marvel-latest.zip ...
Trying https://github.com/elasticsearch/marvel/archive/latest.zip ...
Trying https://github.com/elasticsearch/marvel/archive/master.zip ...
ERROR: failed to download out of all possible locations..., use --verbose to get detailed information
XXX:elasticsearch-2.0.0 kmaley$ ./bin/plugin install elasticsearch/marvel/1.3.1
-> Installing elasticsearch/marvel/1.3.1...
Trying https://download.elastic.co/elasticsearch/marvel/marvel-1.3.1.zip ...
Downloading ...........................................................................................................................DONE

So you did not read the docs, did you?

https://www.elastic.co/guide/en/marvel/current/installing-marvel.html

Your "current" elasticsearch doc install is not up to date : https://www.elastic.co/guide/en/elasticsearch/guide/current/_installing_elasticsearch.html

That's the Definitive Guide, not the official product docs.

That said we know there are some discrepancies and we're working on fixing those soon :smiley:

I operate according to https://www.elastic.co/guide/en/marvel/current/installing-marvel.html

but there is no kibana under bin files . (bin/kibana plugin --install marvel --url file:///path/to/file/marvel-2.3.5.tar.gz )

what should I do?

Install Kibana probably.

why the "Getting Started of Installing Marvel on Offline Machines " don't say I should install Kibana first?

Well. In the link you provided, it's said

Marvel Installation Prerequisites

Marvel 2.3.5 requires:

  • Java 7 or later
  • Elasticsearch 2.3.5
  • Kibana 4.5.3

I guess it's pretty much obvious, no?