安装部署启动Metricbeat,Windows
Posted zhangphil
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装部署启动Metricbeat,Windows相关的知识,希望对你有一定的参考价值。
安装部署启动Metricbeat,Windows
(1)下载Metricbeat:
Download Metricbeat • Ship Metrics to Elasticsearch | ElasticDownload Metricbeat, the open source tool for shipping metrics from operating systems and services such as Apache web server, Redis, nginx, and more.https://www.elastic.co/cn/downloads/beats/metricbeat
(2)下载其中的Windows zip压缩文件,解压到一个目录。通过Windows命令cd到metricbeat.exe的目录下:
此时可以通过命令:
metricbeat modules list
预览当前的metricbeat包含有多少组件。另外还有一些常用的命令:
# 启用modules
# metricbeat modules enable 模块名
# 禁用modules
# metricbeat modules disable 模块名
# 启用system
# metricbeat modules enable system
(3)启动metricbeat:
start metricbeat
新版(8.3.3)metricbeat,如果默认的es和kibana都是默认配置,那么上述命令执行后,就可以在kibana上看到有metricbeat的数据了。
以上是关于安装部署启动Metricbeat,Windows的主要内容,如果未能解决你的问题,请参考以下文章
elasticsearch+kibana+metricbeat安装部署方法
metricbeat监控logstash运行状态上报Elasticsearch后Kibana可视化查看