18
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

elasticsearchの便利なプラグイン集

Posted at

インストール

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

elasticsearch-head

open http://localhost:9200/_plugin/head/

elasticsearch-bigdesk

open http://localhost:9200/_plugin/bigdesk/

elasticsearch-HQ

open http://localhost:9200/_plugin/HQ/#cluster

esclient

18
17
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
18
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?