bigdesk是一套用于监控es的插件,可以通过它来查看es集群的各种状态,如:cpu、内存使用情况,索引数据、搜索情况,http连接数等。和head一样,它也是个独立的网页程序。
一、下载
https://github.com/hlstudio/bigdesk
在这个页面下载插件的zip包。放置到Elasticsearch/plugins目录下
cd /data/elk-ayers/elasticsearch-7.10.1-node01/plugins
二、解压
unzip bigdesk-master.zip
#rm -rf bigdesk-master.zip
三、启动
解压后目录下出现bigdesk-master文件夹,进入bigdesk-master/_site,可以发现目录下有一个index.html文件
cd bigdesk-master/_site
ls
用python语句创建一个web应用,默认端口8000,即可访问执行python命令的路径下的html文件
python -m SimpleHTTPServer &>/dev/null &
四、界面
启动后打开8000端口
http://localhost:8000
出现连接窗口,输入链接并点击Connect

http://l

本文介绍Bigdesk插件的安装及使用方法,通过该插件可以监控Elasticsearch集群的状态,包括CPU、内存使用情况、索引数据、搜索情况等。文章详细描述了从下载到启动的过程,并提供访问路径。
最低0.47元/天 解锁文章
6052

被折叠的 条评论
为什么被折叠?



