ElasticSearch5.3的 head插件的安装,前面已经讲过,需要独立安装。
 不会的看着片文章:http://blog.csdn.net/qq_36330643/article/details/71172994
 安装之后启动head插件,浏览器打开:http://IP地址:9100/即可。
 head常用操作:
 后台启动elasticsearch-head
 后台启动grunt server命令;
 nohup grunt server &exit
 如果想关闭head插件,使用linux查找进程命令:
 ps aux|grep head
 结束进程:
 kill 进程号
 --------------------- 
 作者:Soyoger 
 来源:CSDN 
 原文:https://blog.csdn.net/qq_36330643/article/details/71600343 
 版权声明:本文为博主原创文章,转载请附上博文链接!
来源:oschina
链接:https://my.oschina.net/u/1757911/blog/2991239