ElasticSearch之常用插件安装命令

时间:2023-03-08 21:05:15

#head监控安装,推荐
bin/plugin -install mobz/elasticsearch-head

#bigdesk集群状态,推荐
bin/plugin -install lukas-vlcek/bigdesk

#kopf插件 
bin/plugin -install lmenezes/elasticsearch-kopf ElasticSearch之常用插件安装命令

#marvel监控安装
bin/plugin -i elasticsearch/marvel/latest

#es-sql安装,网页内有详细说明
https://github.com/NLPchina/elasticsearch-sql

#jdbc-river安装(river只使用es1.X版本)
bin/plugin --install river-jdbc --url http://xbib.org/repository/org/xbib/elasticsearch/importer/elasticsearch-jdbc/1.x.x.x/elasticsearch-jdbc-1.x.x.x-dist.zip