Currently my Es Version is 7.17.1, and i want to download s3 plugin for same, can anyone provide me link to download s3 plugin for es version 7.17.1
See S3 Repository Plugin | Elasticsearch Plugins and Integrations [7.1] | Elastic
sudo bin/elasticsearch-plugin install repository-s3
If you really need the link, it's provided in the documentation I linked to.
sudo /usr/share/elasticsearch/bin/elasticsearch-plugin install file:///home/esha1.singh/repository-s3-7.1.1.zip
-> Installing file:///home/esha1.singh/repository-s3-7.1.1.zip
-> Downloading file:///home/esha1.singh/repository-s3-7.1.1.zip
[=================================================] 100%
-> Failed installing file:///home/esha1.singh/repository-s3-7.1.1.zip
-> Rolling back file:///home/esha1.singh/repository-s3-7.1.1.zip
-> Rolled back file:///home/esha1.singh/repository-s3-7.1.1.zip
Exception in thread "main" java.lang.IllegalArgumentException: Plugin [repository-s3] was built for Elasticsearch version 7.1.1 but version 7.17.1 is running
I need s3 plugin for 7.17.1 version
Sorry. I misread your post...
Documentation is at: S3 Repository Plugin | Elasticsearch Plugins and Integrations [7.17] | Elastic so it should be https://artifacts.elastic.co/downloads/elasticsearch-plugins/repository-s3/repository-s3-7.17.1.zip
But. You should really upgrade your cluster to 7.17.12.
Thanks, it works.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.