1.version
os: centos 7.2 nginx: nginx-1.13.9 metricbeat: metricbeat-6.2.4
2.download
#wget https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.2.4-x86_64.rpm
3.install
#rpm -ivh metricbeat-6.2.4-x86_64.rpm
4.config
Metricbeat: #metricbeat modules enable nginx nginx.yml - module: nginx metricsets: ["stubstatus"] period: 10s # Nginx hosts hosts: ["http://127.0.0.1"] # Path to server status. Default server-status server_status_path: "basic_status" #According to the situation,and depending Nginx: (nginx need to compile install) requried module: --with-http_stub_status_module nginx.conf: location /basic_status { stub_status; access_log off; allow 127.0.0.1; deny all; }
5.start
service metricbeat start
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://m.specialneedsforspecialkids.com/yun/39962.html
摘要:但有一個問題就是對于一個初學者如此潔凈的環境,我完全不知道從何入手,也弄不清這個框架的優勢是什么連個樣本都沒有。還有的配置,的接入都踩過不少坑,才部署成一個像樣的學習環境。之后在寫腳本的時候又是各種踩雷,終于實現了快速一鍵部署。 引言 剛接觸Elk的時候,我用https://github.com/deviantony/docker-elk,部署了第一個測試環境,這是一個很優秀的項目,幾...
閱讀 3114·2023-04-25 15:44
閱讀 1887·2019-08-30 13:11
閱讀 2847·2019-08-30 11:11
閱讀 3066·2019-08-29 17:21
閱讀 1317·2019-08-29 15:38
閱讀 959·2019-08-29 12:49
閱讀 1807·2019-08-28 18:19
閱讀 3232·2019-08-26 14:01