Is there way to parse this plugin log? Here is the sample line within the log.
[17/Jan/2007:00:01:19 -0600] - audit "krsekime6 (win32:4170775546178949265)" 6527 Report queued: from 10.34.106.44, 23667 bytes, 844 ms
I need the Machine name. I thought about do it this vbscript using regular expression but, I thought logparser might be easier. Here is the syntax I came up with:
logparser -:httperr <filename> "select s-computername from <filename>"
The syntax above doesn't work. Does anyone have ideas? I am new to logparser.