如何用metricbeat6监控mysql并显示在Kibana dashboard中

本文简短介绍下, 如何使用metricbeat6 监控 mysql的运行, 并统计相关数据。

samples监控画面:

如何用metricbeat6监控mysql并显示在Kibana dashboard中_第1张图片
image.png
如何用metricbeat6监控mysql并显示在Kibana dashboard中_第2张图片
image.png

steps:

Metricbeat download path : https://www.elastic.co/downloads/beats/metricbeat

1. tar -zxvf metricbeat-6.2.4-linux-x86_64.tar.gz 
2. vi metricbeat.yml, 填充kibana & elasticsearch ip/port

配置mysql username/password/host ip, 并去掉disabled

3. vi modules.d/mysql.yml.disabled 
4. ./metricbeat setup --dashboards   装入kibana dashboards
5. ./metricbeat -e -c metricbeat.yml -d "publish"

开始生成数据, 自动填充metricbeat-带日期的index

Refs:
https://www.elastic.co/guide/en/beats/metricbeat/current/configuring-howto-metricbeat.html

你可能感兴趣的:(如何用metricbeat6监控mysql并显示在Kibana dashboard中)