Skip to content

Instantly share code, notes, and snippets.

@hughes
Created August 21, 2013 13:09
Show Gist options
  • Select an option

  • Save hughes/6294261 to your computer and use it in GitHub Desktop.

Select an option

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

mtrpcic commented Aug 22, 2013

Copy link
Copy Markdown

needs more docs

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