Due to restrictions, I was not allowed to install any packages from the Internet. So, this command is not useful for me to install search-guard .
bin/elasticsearch-plugin install -b com.floragunn:search-guard-ssl:<version>
However, I can install Search Guard successfully on another network by running the command above.
For this reason, I tried installing Search Guard from a tar.gz or zip file using the following command, as described in the documentation .
/usr/share/elasticsearch# bin/elasticsearch-plugin install file:
This is an error with the error below.
-> Downloading file:
I downloaded zip / tar.gz from this maven gaurd search repository.
Someone is also facing the same problem. If not, kindly help in resolving this.
source share