Skip to content

Commit

Permalink
update plugin install command for ES2.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipskokoh committed Jan 28, 2016
2 parents acbd3f2 + 833f808 commit d46ec8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -11,7 +11,7 @@ There are two main ways of running and installing elasticsearch-head
h4. Running as a plugin of Elasticsearch

* @sudo elasticsearch/bin/plugin -install mobz/elasticsearch-head@ (ES 1.x, ES 0.x)
* @sudo elasticsearch/bin/plugin --install mobz/elasticsearch-head@ (ES 2.x)
* @sudo elasticsearch/bin/plugin install mobz/elasticsearch-head@ (ES 2.x)
* @open http://localhost:9200/_plugin/head/@

This will automatically download the latest version of elasticsearch-head from github and run it as a plugin within the elasticsearch cluster. In this mode;
Expand Down

0 comments on commit d46ec8f

Please sign in to comment.