Forked from mvasilenko/gist:b8c47616fa74de63dcc030508c53e7c1
Created
December 18, 2018 08:26
-
-
Save hileon/e37aa1d23789cc512ea32f0a2e04d2e3 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