Skip to content

Instantly share code, notes, and snippets.

@toyama0919
Created November 19, 2013 09:23
Show Gist options
  • Save toyama0919/7542605 to your computer and use it in GitHub Desktop.
Save toyama0919/7542605 to your computer and use it in GitHub Desktop.
elasticsearchの便利なプラグイン集 ref: http://qiita.com/toyama0919/items/383b97bdd6cfcd098ce4
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
open http://localhost:9200/_plugin/head/
open http://localhost:9200/_plugin/bigdesk/
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