\na line-feed (newline) character (ASCII 10)
\sany whitespace character
\sany whitespace character
name:the literal text name: (case insensitive) \sany whitespace character
I_LOGON_AUTH_FAILEDthe literal text I_LOGON_AUTH_FAILED (case insensitive) \na line-feed (newline) character (ASCII 10)
*?matches any number of characters from the set below:
\sany whitespace character
\Sany non-whitespace character
\sany whitespace character
\sany whitespace character
sessionthe literal text session (case insensitive) \na line-feed (newline) character (ASCII 10)
*?matches any number of characters from the set below:
\sany whitespace character
\Sany non-whitespace character
\sany whitespace character
\sany whitespace character
\sany whitespace character
\sany whitespace character
remoteAddress:the literal text remoteAddress: (case insensitive) \sany whitespace character
Group ipaddress(?<ipaddress>.*?) .*?any character (except for line terminators), repeated any number of times
:the literal : (5810 / 728 / 3A16)
*matches any number of characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
\na line-feed (newline) character (ASCII 10)
*?matches any number of characters from the set below:
\sany whitespace character
\Sany non-whitespace character
\sany whitespace character
\sany whitespace character
authenticationthe literal text authentication (case insensitive) \na line-feed (newline) character (ASCII 10)
*?matches any number of characters from the set below:
\sany whitespace character
\Sany non-whitespace character
\sany whitespace character
\sany whitespace character
\sany whitespace character
\sany whitespace character
userName:the literal text userName: (case insensitive) \sany whitespace character
Group username(?<username>.*) .*any character (except for line terminators), repeated any number of times
i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters