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
文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請(qǐng)注明本文地址:http://specialneedsforspecialkids.com/yun/39962.html
摘要:但有一個(gè)問題就是對(duì)于一個(gè)初學(xué)者如此潔凈的環(huán)境,我完全不知道從何入手,也弄不清這個(gè)框架的優(yōu)勢(shì)是什么連個(gè)樣本都沒有。還有的配置,的接入都踩過不少坑,才部署成一個(gè)像樣的學(xué)習(xí)環(huán)境。之后在寫腳本的時(shí)候又是各種踩雷,終于實(shí)現(xiàn)了快速一鍵部署。 引言 剛接觸Elk的時(shí)候,我用https://github.com/deviantony/docker-elk,部署了第一個(gè)測(cè)試環(huán)境,這是一個(gè)很優(yōu)秀的項(xiàng)目,幾...
閱讀 3091·2023-04-25 15:44
閱讀 1876·2019-08-30 13:11
閱讀 2830·2019-08-30 11:11
閱讀 3004·2019-08-29 17:21
閱讀 1306·2019-08-29 15:38
閱讀 898·2019-08-29 12:49
閱讀 1793·2019-08-28 18:19
閱讀 3222·2019-08-26 14:01