Marvel Installation to Elastic Search 5.1.1

What is syntax to install marvel to ES.
I am using

D:\ES_Installation\bin>elasticsearch-plugin -i elasticsearch/marvel/latest
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: i is not a recognized option
2. I can't install license also.
Is there any new syntax for ES 5.1.1 ?

Thanks
Mrutyunjaya

The Marvel monitoring functionality is now included in X-Pack.

You can install X-Pack in 5.1.1 this way:

D:\ES_Installation\bin>elasticsearch-plugin install x-pack

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.