\W+any non-word character, repeated at least once
\w+any word character, repeated at least once
\W+any non-word character, repeated at least once
Group EventTime(?<EventTime>[^\\]+) Negated Character Class[^\\]+ +matches at least one character outside the set below:
\\the literal \ (9210 / 1348 / 5C16)
\W+any non-word character, repeated at least once
\w+any word character, repeated at least once
\W+any non-word character, repeated at least once
Group HostName(?<HostName>[^\\]+) Negated Character Class[^\\]+ +matches at least one character outside the set below:
\\the literal \ (9210 / 1348 / 5C16)
.+?any character (except for line terminators), repeated at least once
EventIDthe literal text EventID (case sensitive) \W+any non-word character, repeated at least once
Group EventID(?<EventID>[^,]+) Negated Character Class[^,]+ +matches at least one character outside the set below:
,the literal , (4410 / 548 / 2C16)
.+?any character (except for line terminators), repeated at least once
Messagethe literal text Message (case sensitive) \W+any non-word character, repeated at least once
Group Message(?<Message>[^,]+(?=\\)) Negated Character Class[^,]+ +matches at least one character outside the set below:
,the literal , (4410 / 548 / 2C16)
\\the literal \ (9210 / 1348 / 5C16)
.+any character (except for line terminators), repeated at least once