独行漫步者
我自独行,漫步天下
elasticsearch 扩展安装 及 head

1、elasticsearch-head是一个elasticsearch的集群管理工具:./elasticsearch-1.7.1/bin/plugin -install mobz/elasticsearch-head

cd elasticsearch-head
vim _site/app.js
# 修改 『http://localhost:9200』字段到本机ES端口与IP 

elasticfence

2、elasticsearch-sql:使用SQL语法查询elasticsearch:./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.3.5/elasticsearch-sql-1.3.5.zip --install sql

github地址:https://github.com/NLPchina/elasticsearch-sql

3、elasticsearch-bigdesk是elasticsearch的一个集群监控工具,可以通过它来查看ES集群的各种状态。

安装:./bin/plugin -install lukas-vlcek/bigdesk

访问:http://192.103.101.203:9200/_plugin/bigdesk/

4、elasticsearch-servicewrapper插件是ElasticSearch的服务化插件,

https://github.com/elasticsearch/elasticsearch-servicewrapper下载该插件后,解压缩,将service目录拷贝到elasticsearch目录的bin目录下。

而后,可以通过执行以下语句安装、启动、停止ElasticSearch:

sh elasticsearch install

sh elasticsearch start

sh elasticsearch stop

./bin/plugin install mobz/elasticsearch-head

错误

ERROR: failed to download out of all possible locations..., use --verbose to get detailed information

查看详情:

./bin/plugin install mobz/elasticsearch-head --verbose

解决方案:

bin/plugin  install file:///usr/local/elasticsearch-2.3.5/softs/elasticsearch-head.zip 
或者
./bin/plugin -install mobz/elasticsearch-head -url http://github.com/mobz/elasticsearch-head/archive/master.zip
或者
./bin/plugin install http://github.com/mobz/elasticsearch-head/archive/master.zip
或者(下载文件后)
bin/plugin -u file:///your/zip/file/path -i mobz/elasticsearch-head
<< 上一篇 2.* 安装笔记 ElasticSearch + Logstash + Kibana + Filebeats ELK 5.0安装使用 下一篇 >>
文章标签
随意 | Created At 2014 By William Clinton | 蜀ICP备14002619号-4 |