I have downloaded x-pack-5.0.0.zip
and extracted it in a folder like /setup/x-pack-5.0.0.zip
. Here https://www.elastic.co/guide/en/x-pack/5.0/installing-xpack.html#xpack-installing-offline I have seen the command;
bin/elasticsearch-plugin install x-pack
But how can I specify the folder here? I have tried;
./elasticsearch-plugin install /setup/x-pack-5.0.0/elasticsearch
but it says;
A tool for managing installed elasticsearch plugins
Commands
--------
list - Lists installed elasticsearch plugins
install - Install a plugin
remove - Removes a plugin from elasticsearch
Non-option arguments:
command
Option Description
------ -----------
-h, --help show help
-s, --silent show minimal output
-v, --verbose show verbose output
ERROR: Unknown plugin /setup/x-pack-5.0.0/elasticsearch
How can I fix this?