need help with logparser on iis logs
Posted
by user36440
on Server Fault
See other posts from Server Fault
or by user36440
Published on 2010-03-03T23:34:20Z
Indexed on
2010/03/12
23:27 UTC
Read the original article
Hit count: 430
I am using logparser 2.2 and need a script that does two things:
- finding urls that contain a value within referer
- need to loop over 30 folders
logparser -rpt:-1 "select count(*)INTO feeds.txt from u_ex100302*.log where to_lowercase(cs(Referer)) like '/feeds%'"
© Server Fault or respective owner