Last active
December 30, 2022 08:51
-
-
Save mvasilenko/b8c47616fa74de63dcc030508c53e7c1 to your computer and use it in GitHub Desktop.
goaccess nginx apm log format template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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