Analysis ICU plugin download

Hi All,

I have installed ES 2.4.0. Unable to find url to download corresponding Analysis-icu-plugin.The url "https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/analysis-icu/2.4.1/analysis-icu-2.4.1.zip." provided in the elastic search in documentation is not compatible,

Can someone please provide the correct link for es 2.4.0 or es 2.4.2.

Regards
Arnab

Did you try to replace in the URL any 2.4.1 by 2.4.2 or 2.4.0?

And did you try the simple command:

bin/plugin install analysis-icu

?

And BTW thanks for opening this discussion. I updated the versions to the latest release as we forgot to do it. :slight_smile:


Just a hint. After an upgrade of ES to a new version one has to first remove the old plugin, then install the new one. And the /bin/plugin is the way to go here. It automatically downloads the correct version. Super simple:

bin/plugin remove analysis-icu
bin/plugin install analysis-icu

Thanks for your reply David.

Interesting: https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/analysis-icu/2.4.0/analysis-icu-2.4.1.zip works. I will try to install this one.

The vm on which i installed ES has no internet access for security reasons, so I always perform offline installs.

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