码迷,mamicode.com
首页 > Web开发 > 详细

nginx日志使用json输出

时间:2019-10-22 11:10:36      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:beat   byte   ebe   json   forward   cal   for   time   add   

在nginx中使用json格式输出日志记录

log_format json ‘{ "time_local": "$time_local", ‘
‘"remote_addr": "$remote_addr", ‘
‘"referer": "$http_referer", ‘
‘"request": "$request", ‘
‘"status": $status, ‘
‘"bytes": $body_bytes_sent, ‘
‘"agent": "$http_user_agent", ‘
‘"x_forwarded": "$http_x_forwarded_for", ‘
‘"up_addr": "$upstream_addr",‘
‘"up_host": "$upstream_http_host",‘
‘"upstream_time": "$upstream_response_time",‘
‘"request_time": "$request_time"‘
‘ }‘;

access_log /var/log/nginx/access.log json;

对于使用filebeat来收集日志很重要。

nginx日志使用json输出

标签:beat   byte   ebe   json   forward   cal   for   time   add   

原文地址:https://blog.51cto.com/725689/2444370

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