码迷,mamicode.com
首页 > 其他好文 > 详细

日志搜集平台ELK-filebeat-安装说明

时间:2019-12-26 12:47:50      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:orm   home   注释   span   str   ica   oca   body   http   

1.软件安装

jyapp用户登录系统,下载二进制安装包http://op.jieyue.com/softdown/ELK/filebeat-6.3.2-linux-x86_64-nginx-prode.tar.gz

2.nginx 日志修改

第一步 注释以前的日志,添加json格式的日志

vi /usr/local/nginx/conf/nginx.conf  【注释以前的日志,添加json格式的日志

#log_format main
#‘$remote_user [$time_local] $http_x_Forwarded_for $remote_addr $request ‘
#‘$http_x_forwarded_for ‘
#‘$upstream_addr ‘
#‘ups_resp_time: $upstream_response_time ‘
# ‘$status $body_bytes_sent "$http_referer" ‘
#‘request_time: $request_time‘;
log_format main ‘{"@timestamp": "$time_iso8601",‘

‘"servername": "$http_host", ‘
‘"remote_addr": "$remote_addr",‘
‘"referer": "$http_referer",‘
‘"request": "$request",‘
‘"request_time": "$request_time",‘
‘"status": $status,‘
‘"bytes":$body_bytes_sent,‘
‘"agent": "$http_user_agent",‘
‘"x_forwarded": "$http_x_forwarded_for",‘
‘"upstr_addr": "$upstream_addr",‘
‘"upstr_host": "$upstream_http_host",‘
‘"ups_resp_time": "$upstream_response_time" }‘;

第二步 执行nginx 配置检测

/usr/local/nginx/sbin/nginx -t

第三步 热加载服务

/usr/local/nginx/sbin/nginx -s reload

3.配置文件修改说明

技术图片

4.服务的启动停止

cd /home/jyapp/filebeat-6.3.2-linux-x86_64 && sh fbt {start|stop|restart|test}

日志搜集平台ELK-filebeat-安装说明

标签:orm   home   注释   span   str   ica   oca   body   http   

原文地址:https://www.cnblogs.com/litzhiai/p/12101201.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!