es2.4.5 离线安装head插件

Posted 健康平安的活着

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了es2.4.5 离线安装head插件相关的知识,希望对你有一定的参考价值。

一 es的head的插件的安装方式

1.在线安装

       bin/plugin install mobz/elasticsearch-head

2.离线安装

1.软件包下载地址:https://codeload.github.com/mobz/elasticsearch-head/zip/master

 2.将软件包安装到:/home/zhouls/elasticsearch-head-master.zip这里

3.进入到es的安装目录下执行: bin/plugin install  file:///home/zhouls/elasticsearch-head-master.zip

file:// {填写存放head-master.zip}的安装路径

3.删除head插件

bin/plugin remove head

4.访问http://your ip:9200/_plugin/head/

参考:https://www.cnblogs.com/zlslch/p/6423631.html

以上是关于es2.4.5 离线安装head插件的主要内容,如果未能解决你的问题,请参考以下文章