码迷,mamicode.com
首页 > 数据库 > 详细

Nginx-Access日志格式

时间:2018-11-08 15:02:32      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:eth   log   json   bytes   Nginx访问日志   res   iso   remote   日志   

#nginx访问日志的格式,方便使用filebeat通过json的格式收集和推送到logstash解析;

log_format elk ‘{"@timestamp": "$time_iso8601", ‘
‘"request_id": "$request_id", ‘
‘"remote_addr": "$remote_addr", ‘
‘"remote_user": "$remote_user", ‘
‘"body_bytes_sent": $body_bytes_sent, ‘
‘"request_time": $request_time, ‘
‘"status": $status, ‘
‘"request": "$request", ‘
‘"request_method": "$request_method", ‘
‘"http_host": "$http_host", ‘
‘"http_referrer": "$http_referer", ‘
‘"http_user_agent": "$http_user_agent", ‘
‘"upstream_addr": "$upstream_addr", ‘
‘"upstream_status": "$upstream_status", ‘
‘"upstream_response_time": "$upstream_response_time", ‘
‘"X-Forwarded-For": "$http_x_forwarded_for"}‘;

Nginx-Access日志格式

标签:eth   log   json   bytes   Nginx访问日志   res   iso   remote   日志   

原文地址:http://blog.51cto.com/agent/2314496

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