无法为 Elasticsearch 安装 Search Guard 插件-5.x

Unable to install Search Guard plugin for Elasticsearch-5.x

由于限制,我无法从互联网上安装任何软件包。所以,这个命令对我来说没用,无法安装 search-guard.

 bin/elasticsearch-plugin install -b com.floragunn:search-guard-ssl:<version>

但是,我可以通过 运行 以上命令在不同的网络上成功安装 Search Guard。

由于这个原因,我尝试按照 documentation 通过以下命令从 tar.gz 或 zip 文件安装 Search Guard。

 /usr/share/elasticsearch# bin/elasticsearch-plugin install     file:///home/xxxx/xxxx/search-guard-5-5.2.0-10-sgadmin-standalone.zip 

这个失败并出现以下错误。

 -> Downloading file:///home/xxx/xxxx/search-guard-5-5.2.0-10-  sgadmin-standalone.zip
 [=================================================] 100%   
 ERROR: `elasticsearch` directory is missing in the plugin zip

我从 this 搜索 gaurd 的 maven 存储库下载了 zip/tar.gz。

有没有人也面临同样的问题。如果没有,请帮助解决这个问题。

将此文件从 maven 下载到 /home/xxxx: https://oss.sonatype.org/content/repositories/releases/com/floragunn/search-guard-5/5.2.0-11/search-guard-5-5.2.0-11.zip

安装它:

bin/elasticsearch-plugin install -b file:///home/xxxx/search-guard-5-5.2.0-11.zip

其他版本可在此处获得:https://oss.sonatype.org/content/repositories/releases/com/floragunn/