elasticsearch-head 插件安装
1、到gitHub下载es-head.crx:https://github.com/mobz/elasticsearch-head/tree/master/crx
2、将es-head.crx文件后缀名".crx"改为“.rar”,然后解压到文件夹里,再通过Chrome“加载已解压的扩展程序”按钮加入文件夹
3、启动ES集群查看插件是否可用
插件IK分词器安装
1、使用ES自带的elasticsearch-plugin 进行安装
[root@node03 elasticsearch-6.8.15]# ./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.8.15/elasticsearch-analysis-ik-6.8.15.zip
-> Downloading https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.8.15/elasticsearch-analysis-ik-6.8.15.zip
[=================================================] 100%
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: plugin requires additional permissions @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
* java.net.SocketPermission * connect,resolve
See http://docs.oracle.com/javase/8/docs/technotes/guides/security/permissions.html
for descriptions of what these permissions allow and the associated risks.
Continue with installation? [y/N]y
-> Installed analysis-ik