elasticsearch-head-elasticsearch集群管理工具
elasticsearch-head是一个界面化的集群操作和管理工具,他是通过html5编写,可以对集群进行傻瓜式操作。安装
有两种安装方式:
1、 通过elasticseach自带的plugin命令
plugin -install Aconex/elasticsearch-head可以看到
-> Installing mobz/elasticsearch-head...
Trying https://github.com/mobz/elasticsearch-head/archive/master.zip...
Downloading .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................DONE
Installed mobz/elasticsearch-head into /home/hayden/opt/elasticsearch-1.4.4/plugins/head
Identified as a _site plugin, moving to _site structure ...安装完毕后,启动 elasticsearch,然后再url中输入http://{Server_ip}:9200/_plugin/head/ 即可进入系统。 2、 zip包安装
[*]https://github.com/mobz/elasticsearch-head下载zip 解压
[*]在elasticsearch根目录下创建: plugins\head\_site文件
[*]将解压后的elasticsearch-head-master文件夹下的文件复制到_site
[*]重启
3、 系统界面:大致界面如下,自己尝试操作下,就不一一介绍了https://camo.githubusercontent.com/5f01aae07364c95b6c8ddfe39423d6d19932158d/687474703a2f2f6d6f627a2e6769746875622e636f6d2f656c61737469637365617263682d686561642f73637265656e73686f74732f636c75737465724f766572766965772e706e67
注: 官方文档
https://github.com/mobz/elasticsearch-head
页:
[1]