Issues with 2.4.1 compatible plugins

I'm trying to find the 2.4.1 compatible versions of various plugins like cloud-aws and anaylsis-icu. The 2.4 documentation doesn't list any download links for 2.4.1:

https://www.elastic.co/guide/en/elasticsearch/plugins/2.4/analysis-icu.html
https://www.elastic.co/guide/en/elasticsearch/plugins/2.4/cloud-aws.html

And for the marvel 2.4.1 plugin I'm getting "ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip" when using the download link:

https://download.elasticsearch.org/elasticsearch/marvel/marvel-2.4.1.tar.gz

Any help appreciated.

Thanks

Patrick

Why not using

bin/plugin install marvel

?

We do all of our installs via chef and host the installer files on a nexus repo.

Oh. I see now the doc issue.
I'll fix that.

For example ICU 2.4.1 should be: https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/analysis-icu/2.4.1/analysis-icu-2.4.1.zip

Thanks for raising that issue.

For marvel, can you try with a zip at the end?
I'm on a mobile phone ATM and can't check by myself.

The ICU 2.4.1 link you provided works.

For marvel (https://download.elasticsearch.org/elasticsearch/marvel/marvel-2.4.1.tar.gz) this issue isn't that I can't download the file but rather that when I try to install it I get:

ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip

For the AWS plugin (https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/cloud-aws/2.4.0/cloud-aws-2.4.0.zip.) I tried changing it to 2.4.1 in the filename but there is no such file.

Thanks for your help,

Patrick

You probably did a mistake. This works well: https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/cloud-aws/2.4.1/cloud-aws-2.4.1.zip

Here is the right link for marvel agent: https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/marvel-agent/2.4.1/marvel-agent-2.4.1.zip

BTW just run bin/plugin install marvel-agent --verbose and you will know the right URL.

And I just pushed a change for the doc which will fix the documentation error you reported any time soon: https://github.com/elastic/elasticsearch/commit/af2db5464283477d66147436857a59c2fbbdc500

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.