Offline installation of X-Pack

Per the docs, the command is bin/elasticsearch-plugin install file:///path/to/file/x-pack-5.0.0.zip So you need to do bin/elasticsearch-plugin install file:///setup/x-pack-5.0.0.zip.

You have not added the file:// part.

2 Likes