Problem installing analysis-icu plugin

running ubuntu 18.04
just installed elasticsearch and kibana and jq

analysis-icu-6.2.4.zip located in Download folder

tried "sudo bin/elasticsearch-plugin install analysis-icu" as suggested https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-icu.html#analysis-icu

with result "sudo: bin/elasticsearch-plugin: command not found"

I would appreciate advice

That example command assumes your shell is in the elasticsearch home directory. If you installed via tar or zip, this is where you extracted the archive. If you installed with apt this would be /usr/share/elasticsearch

1 Like

done. thankyou.

d@t5500:/usr/share/elasticsearch$ sudo bin/elasticsearch-plugin install analysis-icu
[sudo] password for d:
-> Downloading analysis-icu from elastic
[=================================================] 100%
-> Installed analysis-icu

1 Like

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