1 开启nginx的状态查询 ,查看博文
开启nginx的状态查询_小哇-CSDN博客
2 启用nginx module
命令:./metricbeat modules enable nginx
3 修改nginx module配置,命令:vim modules.d/nginx.yml , 内容如下:
- module: nginx
period: 10s
# Nginx hosts
hosts: ["http://127.0.0.1"]
server_status_path: "nginx_status"
4 启动metricbeat ,启动命令(指定配置文件):./metricbeat -e -c metricbeat.yml
5 测试,查询ES中的数据,如下