Skip to content

Instantly share code, notes, and snippets.

@aaronfeng
Created July 30, 2012 14:15
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save aaronfeng/3207188 to your computer and use it in GitHub Desktop.
Save aaronfeng/3207188 to your computer and use it in GitHub Desktop.
nginx json log format
# /etc/nginx/nginx.conf
log_format main '{'
'"remote_addr": "$remote_addr",'
'"remote_user": "$remote_user",'
'"time_local": "$time_local",'
'"request": "$request",'
'"status": "$status",'
'"body_bytes_sent": "$body_bytes_sent",'
'"http_referer": "$http_referer",'
'"http_user_agent": "$http_user_agent"'
'}';
@ayiis
Copy link

ayiis commented May 6, 2016

so, does an available solution come out?
oh please...

@xilin
Copy link

xilin commented Dec 22, 2016

@hzbd
Copy link

hzbd commented Dec 11, 2020

Nginx logging json format(http(s)&stream):
https://gist.github.com/hzbd/9dd768087f65d6026e14642bcc859e37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment