Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hileon/e37aa1d23789cc512ea32f0a2e04d2e3 to your computer and use it in GitHub Desktop.
Save hileon/e37aa1d23789cc512ea32f0a2e04d2e3 to your computer and use it in GitHub Desktop.
goaccess nginx apm log format template
time-format %T
date-format %d/%b/%Y
log_format "%d:%t +%^" client=%h method=%m request="%r" request_length=%^ status=%s bytes_sent=%b body_bytes_sent=%^ referer=%R user_agent="%^" upstream_addr=%^ upstream_status=%^ request_time=%T upstream_response_time=%^ upstream_connect_time=%^ upstream_header_time=%^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment