Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-02-14 15:05
Flavor·PCRE (Legacy)

/
host=(?<destinationIP>\d+\.\d+\.\d+\.\d+)
/
gm
Open regex in editor

Description

A Search that finds ERRORS and the Destination IP's associated with those ERRORS

Submitted by anonymous