Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-05-05 14:56
Flavor·PCRE (Legacy)

/
^(?<timestamp>\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z) (?<level>\w+) (?<processname>\w+)\[(?<processid>[A-F0-9]+)\] \[(?<originatorid>[\w\d@]+) sub=(?<subsystem>\S+)( opID=(?<operationid>[A-Za-z0-9@\-]+))?\] (?:\[(?<function>\w+)\])?(?<body>.*)$
/
gm
Open regex in editor

Description

For the vpxa vmware log

Submitted by anonymous