前提html
centos7環境centos
https://www.cnblogs.com/zhuwenjoyce/p/10629320.html elasticsearch搜索引擎瀏覽器
https://www.cnblogs.com/zhuwenjoyce/p/10633451.html 安裝kibana UI系統app
下載和安裝elasticsearch
wget https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.7.0-darwin-x86_64.tar.gz 建議離線下載
tar -zxvf metricbeat-6.7.0-darwin-x86_64.tar.gz 解壓搜索引擎
cd metricbeat-6.7.0-darwin-x86_64/centos7
metricbeat modules enable system 啓用system模塊spa
metricbeat setup -e 加載kibana儀表盤htm
service metricbeat start 啓動服務blog
service metricbeat stop 中止metric服務
service metricbeat status 查看服務狀態
啓動好Kibana以後,啓動好metricbeat以後,在瀏覽器輸入:http://localhost:5601/app/kibana#/dashboard/Metricbeat-system-overview