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
You could try installing manually. following are the steps-
This works for Elasticsearch 2.0+ and Kibana 4.2+ according to https://www.elastic.co/downloads/marvel
Step 1: Install Marvel into Elasticsearch:
/path/to/elasticsearch/bin/./plugin install license
/path/to/elasticsearch/bin/./plugin install marvel-agent
Step 2: Install Marvel into Kibana
/path/to/kibana/bin/./kibana plugin --install elasticsearch/marvel/latest
Step 3: Start Elasticsearch and Kibana
/path/to/elasticsearch/bin/./elasticsearch
/path/to/kibana/bin/./kibana
Step 4: Navigate to http://localhost:5601/app/marvel
Step 5: For installing Sense into Kibana:
/path/to/kibana/bin/./kibana plugin --install elastic/sense
Run your CMD as administrator and the latest marvel download will start.
This works for me :
cd /usr/share/elasticsearch/bin
./plugin -i elasticsearch/marvel/latest
output :
-> Installing elasticsearch/marvel/latest...
Trying http://download.elasticsearch.org/elasticsearch/marvel/marvel-latest.zip...
Downloading ........................................DONE
Installed elasticsearch/marvel/latest into /usr/share/elasticsearch/plugins/marvel
EDIT: License install
./plugin -i elasticsearch/license/latest
Try running with proxy if you are behind one. Go to your elasticsearch installation path.
In my case > /usr/share/elasticsearch
cd /usr/share/elasticsearch
bin/plugin -DproxyPort=<porxyPort> -DproxyHost=<proxyHostDNSorIP> install license
bin/plugin -DproxyPort=<porxyPort> -DproxyHost=<proxyHostDNSorIP> install shield