Created
November 19, 2013 09:23
-
-
Save toyama0919/7542605 to your computer and use it in GitHub Desktop.
elasticsearchの便利なプラグイン集 ref: http://qiita.com/toyama0919/items/383b97bdd6cfcd098ce4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo su - root | |
cd /usr/share/elasticsearch/ | |
bin/plugin -install elasticsearch/elasticsearch-cloud-aws | |
bin/plugin -install mobz/elasticsearch-head | |
bin/plugin -install lukas-vlcek/bigdesk | |
bin/plugin -install royrusso/elasticsearch-HQ | |
yum install python-setuptools | |
easy_install esclient | |
easy_install argparse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open http://localhost:9200/_plugin/head/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open http://localhost:9200/_plugin/bigdesk/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open http://localhost:9200/_plugin/HQ/#cluster |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment