一、上傳安裝包
二、安裝腳本
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都加入的效果





