Hi, I've traditionally used analog (http://www.analog.cx/) for my log file analysis, but I've recently started using MediaWiki as my CMS for my sites, and now I'm not sure what the best way to analyze the logs is. I use all the pretty url rewriting stuff, so my pages look like this:
http://blah.com/This_Is_a_Page
so I can't use .html, or .php, or all the analog defaults to determine what a "page" is. I'm currently just setting analog to count everything as a page view, but that obviously grossly overestimates the actual page views due to all the css, js, images, and whatnot.
Does anybody have an analog config file they use with MediaWiki that works well? Is there something better than analog to use with MediaWiki? I'm talking just about server log analysis, not client side analytics stuff like urchin/google/etc., that's a different issue.
Thanks for any advice you have, Chris