Hi, i am trying to count number of lines based on text string in them and send that info to prometheus_client. My log file looks like this: 2018-05-25T11:09:59.084943+00:00 somehost-a0-2ut appname: ...
I spent a bit of time chasing down why I couldn't get the log parser to parse web logs to discover that telegraf didn't have read permissions on the relevant files. It didn't produce any message on ...
Can't you just use -i and specify a checkpoint file with Logparser to do what you want (incremental updating)? I seem to recall reading it works on IIS log files (I use it all the time for creating NT ...
I am extracting event logs from my servers and am wanting a way to make Log Parser append all of the logs into one big CSV. I tested it out with the same file and it just overwrites it.<BR><BR>The ...