elasticsearch---head插件

来源:互联网 发布:淘宝关闭店铺 重开 编辑:程序博客网 时间:2024/05/21 04:17

5.0以前版本

安装head插件:

 ./plugin install mobz/elasticsearch-head
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)

不是error级别,这个可以忽略

验证head插件: http://192.168.3.140:9200/_plugin/head/ 

报错....No endpoint or operation is available at [head]

并且!!!再启动elasticsearch会报错!!!Property [elasticsearch.version] is missing for plugin

这是因为5.0以后的版本都不支持这样安装了

卸载

./plugin remove head mobz/elasticsearch-head

注意!安装head时,elasticsearch目录下会生成一个plugins目录,卸载后需要删除!!!


rm -rf plugins
启动elasticsearch检查是否可以正常运行

5.0版本

http://blog.csdn.net/mergerly/article/details/53412417

安装node

http://www.xitongzhijia.net/xtjc/20150202/36680.html

安装npm

可能需要根据node 和 npm 正确的版本对应关系: http://www.cnblogs.com/lovelylife/p/3503980.html

我没找到对应的node版本随便装了一个npm也成功了

0 0
原创粉丝点击