标签:iba dash local service strong htm 引擎 图片 ref
前提
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 启动服务
启动好Kibana之后,启动好metricbeat之后,在浏览器输入:http://localhost:5601/app/kibana#/dashboard/Metricbeat-system-overview
Elasticsearch-6.7.0系列(三)Metricbeat仪表盘
标签:iba dash local service strong htm 引擎 图片 ref
原文地址:https://www.cnblogs.com/zhuwenjoyce/p/10636476.html