lnav nginx access_log parser (for a slightly extended variation of combined log format)
For our own format with real ip (from proxy forwarded for header) and upstream response times:
log_format combined_w_timing '$http_x_forwarded_for [$remote_addr] - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_use...
Submitted by anonymous - 5 years ago