一、上传安装包
二、安装脚本
rpm -ivh metricbeat-7.10.0-x86_64.rpm
metricbeat modules enable kafka
metricbeat modules list
cp /etc/metricbeat/metricbeat.yml{,.bak}
sed -i "s/ hosts: \[\"localhost:9200\"\]/ hosts: \[\"192.168.18.13:9200\"\]/" /etc/metricbeat/metricbeat.yml
sed -i "s/setup.kibana:/setup.kibana:\n host: \"http:\/\/192.168.18.13:5601\"\nsetup.dashboards.enabled: true/" /etc/metricbeat/metricbeat.yml
sed -i "s/ hosts: \[\"localhost:9092\"\]/ hosts: \[\"192.168.18.16:9092\"\]/" /etc/metricbeat/modules.d/kafka.yml
cat /etc/metricbeat/metricbeat.yml
cat systemctl status metricbeat
三、加载仪表板并启动
metricbeat setup -e
systemctl start metricbeat
systemctl status metricbeat
四、在kibana查看仪表板
两台kafka都加入的效果