Closed maximerivolet closed 6 years ago
The simple way is:
The zip release is the git repo
The zip file is not a plugin file. ES plugins are in Maven Central.
Hi, I downloaded all plugins from the Maven Central : https://repo1.maven.org/maven2/org/codelibs/
I Then installed all plugins listed in the documentation. For some plugins, I've got some warning :
Warning : plugin requires additional permissions
elasticsearch-analysis-fess-6.2.1.zip
elasticsearch-analysis-ja-6.2.1.zip
elasticsearch-configsync-6.2.1.zip
elasticsearch-dataformat-6.2.1.zip
elasticsearch-langfield-6.2.1.zip
elasticsearch-analysis-synonym and elasticsearch-minhash have no troubles.
Are these warnings a problem?
It's not a problem. These plugins need permissions.
This solution worked for me, I close this issue.
Hi everyone,
I am trying to install ES with Fess v12.1.0. I am behind a proxy and can't download from internet. When I have to install plugins for ES, like this :
/usr/share/elasticsearch/bin/elasticsearch-plugin install org.codelibs:elasticsearch-analysis-fess:6.2.1
It's not working. So, I checked how to execute an offline install. For example, I downloaded the zip-file for dataformat from this page : https://github.com/codelibs/elasticsearch-dataformat/releases
Then, I used this command :
sudo /usr/share/elasticsearch/bin/elasticsearch-plugin install file:///MyPath/elasticsearch-analysis-fess-elasticsearch-analysis-fess-6.2.1.zip
==> How can I get the zip file to install plugins for ES ?