Skip to content

Instantly share code, notes, and snippets.

@mvasilenko
Last active December 30, 2022 08:51
Show Gist options
  • Save mvasilenko/b8c47616fa74de63dcc030508c53e7c1 to your computer and use it in GitHub Desktop.
Save mvasilenko/b8c47616fa74de63dcc030508c53e7c1 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