Elasticsearch实用插件合集
安装
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/
弹性搜索-大办公桌
open http://localhost:9200/_plugin/bigdesk/
Elasticsearch总部
open http://localhost:9200/_plugin/HQ/#cluster
1. ES客户端
(Note: “ES” stands for “Elasticsearch,” a popular open-source search and analytics engine)
- ここ参照