Tag: logparser
-
LogParser,PowerShell and Quick and dirty parsing of IIS files
For a local enterprise IIS system you do not have to resort to Google analytics or other beasts that interprets IIs logs. After all,users are identified through ActiveDirectory,does not matter from what city do they come,and so on. But it will help to have some details of wjhat happened on the system this day( or…
-
Logparser quick and dirty
Sometimes you must find information in text files. Many,many text files,like IIS logs or other custom non-regular formats. I have a bot from http://www.imified.com/ – and I log the messages with log4net in text files,with another messages. An entry looks like that : System.ArgumentException: ;channel=private;botkey=<guid>;userkey=<guid>;user=name@yhaoo.com;network=Yahoo;msg=hello;step=1;value0=hello;to=asdasd And there are multiple log files that I want to…