I have downloaded the version 1.1.0 of elasticsearch, and it\'s running well. I would like to install the marvel plugin, so I run the following command from the elasticsearc
You can get more Elasticsearch plugins accessing here: https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-plugins.html
Plugins installed to use with Elasticsearch are saved in the folder '../usr/share/elasticsearch' (by default).
To install Marvel plugin you can do:
cd ../usr/share/elasticsearch
bin/plugin -i elasticsearch/marvel/latest
Acessible in: https://www.elastic.co/guide/en/marvel/current/_installation.html