前提

centos7环境

https://www.cnblogs.com/zhuwenjoyce/p/10629320.html         elasticsearch搜索引擎

https://www.cnblogs.com/zhuwenjoyce/p/10633451.html            安装kibana UI系统

下载和安装

wget https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.7.0-darwin-x86_64.tar.gz        建议离线下载
tar -zxvf metricbeat-6.7.0-darwin-x86_64.tar.gz     解压

cd metricbeat-6.7.0-darwin-x86_64/

metricbeat modules enable system        启用system模块

metricbeat setup -e            加载kibana仪表盘

service metricbeat start          启动服务

service metricbeat stop          停止metric服务

service metricbeat status          查看服务状态

启动好Kibana之后,启动好metricbeat之后,在浏览器输入:http://localhost:5601/app/kibana#/dashboard/Metricbeat-system-overview  

Elasticsearch-6.7.0系列(四)Metricbeat仪表盘。本身无端口,依赖kibana

 

相关文章:

  • 2022-01-12
  • 2022-02-03
  • 2021-06-12
  • 2022-12-23
  • 2021-09-18
  • 2021-11-05
  • 2021-06-10
  • 2021-07-05
猜你喜欢
  • 2021-08-03
  • 2021-07-24
  • 2021-08-11
  • 2022-12-23
  • 2021-05-22
  • 2021-11-23
  • 2021-10-10
相关资源
相似解决方案