Community Patterns

Community Library Entry

1

Regular Expression
Created·2014-10-15 09:23
Flavor·Python

r"
^([^ ]*) - ([^ ]*) \[(.*)\] \"([^ ]*) ([^ ]*) ([^ ]*)\" (-|[0-9]*) (-|[0-9]*) \"(.+?|-)\" ([^ ]*|-) ([^ ]*|-) ([^ ]*|-) \"(.+?|-)\" \"(.+?|-)\" \"(.+?|-)\"$
"
Open regex in editor

Description

separate nginx log into database table-style fields

Submitted by wgzhao