Community Patterns

Community Library Entry

3

Regular Expression
Created·2016-01-19 14:35
Flavor·PCRE (Legacy)

/
(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) - - \[(\d{2}\/[a-zA-Z]{3}\/\d{4}:\d{2}:\d{2}:\d{2} (\+|\-)\d{4})\] ((\"(GET|POST|HEAD|OPTIONS) )(.+)(HTTP\/1\.(1|0)")) (\d{3}) (\d+) (["]((\-)|(.+))["]) (["](.+)["])
/
Open regex in editor

Description

parse the apache access log

Submitted by pagu