Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Stuart Clarke
RE: reg expression WIN32 Event log [ reply ]  
2008-11-15 23:29
If you change it to being \t2/ you might have more success

By: Graham Cowie
reg expression WIN32 Event log [ reply ]  
2008-11-10 21:32
I have written the following expression to extract data from an event description

event.description[/Logon Type:\2/]

This only extracts the string 'Logon Type' for all entries in the event log, it does not show any event entries that have logon type 2.

Any ideas whats missing with this expression?