June 2017
Beginner to intermediate
404 pages
8h 22m
English
Using the command prompt, change the directory to where you installed Elasticsearch or ES_HOME. And install X-Pack using the following commands:
cd elasticsearch-5.1.2bin/elasticsearch-plugin install x-pack --batch
You need to install X-Pack on all the nodes in the cluster and restart the cluster. To install X-Pack on Kibana, follow the commands shown next:
cd kibana-5.1.2-darwin-x86_64bin/kibana-plugin install x-pack
Read now
Unlock full access