Skip to content

Instantly share code, notes, and snippets.

@hughes
Created August 21, 2013 13:09
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 hughes/6294261 to your computer and use it in GitHub Desktop.
Save hughes/6294261 to your computer and use it in GitHub Desktop.
nginx log parser
^(?<remote_ip>[^ ]*) - - \[(?<datetime>[^\]]*)\] "(?<type>[^ ]*) (?<url>[^\ ]*) HTTP/1.1" (?<status>[0-9]*) (?<size>[0-9]*) "(?<referrer>[^"]*)" "(?<user_agent>[^"]*)"$
@mtrpcic
Copy link

mtrpcic commented Aug 22, 2013

needs more docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment