Not able to download search guard plugin for ES

Hi All,

I am not able to download search guard plugin for my ElasticSearch
elasticsearch-plugin install -b com.floragunn:search-guard-6:6.6.2-25.1

Exception in thread "main" java.io.IOException: Server returned HTTP response code: 403 for URL: https://repo1.maven.org/maven2/com/floragunn/search-guard-6/6.6.2-25.1/search-guard-6-6.6.2-25.1.zip
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1913)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:246)
	at org.elasticsearch.plugins.InstallPluginCommand.downloadZip(InstallPluginCommand.java:379)
	at org.elasticsearch.plugins.InstallPluginCommand.downloadAndValidate(InstallPluginCommand.java:454)
	at org.elasticsearch.plugins.InstallPluginCommand.download(InstallPluginCommand.java:264)
	at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:229)
	at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:216)
	at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86)
	at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124)
	at org.elasticsearch.cli.MultiCommand.execute(MultiCommand.java:77)
	at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124)
	at org.elasticsearch.cli.Command.main(Command.java:90)
	at org.elasticsearch.plugins.PluginCli.main(PluginCli.java:47)

On further looking figure out it has been taken down from Central repository, can someone confirm wether or not we will be able to use it any further?

Please see here for the latest versions: Latest Search Guard Versions | Elasticsearch Security | Search Guard.

You can then install with:

elasticsearch-plugin install -b https://releases.floragunn.com/search-guard-6/6.6.2-25.5/search-guard-6-6.6.2-25.5.zip

And yes, of course you will be able to use it any further. Keep an eye on the announcements here in the forum (Announcements - Search Guard Forum) and have a look here Dear Search Guard Community and About Elastic’s DMCA move

1 Like

Thanks @cstaley was able to download the package.

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