Regular Expressions 101

Community Patterns

Parse parts of fail2ban log

1

Regular Expression
PCRE (PHP <7.3)

/
^(?:[^\[\n]*\[){2}(?P<jail>[^\]]+)\]\s+(?P<action>(Restore Ban|\w+))\s+(?P<source_ip>[^ ]+)
/
gm

Description

no description available

Submitted by anonymous - 4 years ago