Hi,
I have a web site that uses IBM Websphere Portal technology with an Apache web server inside. The content for the web site is stored in Oracle's UCM (the web content management system).
When a user of the web site asks for a web page, a request like this is logged in the Apache log
10.32.3.111 - - [26/Jun/2010:11:16:09 +1000] "GET /wps/myportal/[site]/[site-section]/?CDF=xxxx HTTP/1.1"
where ?CDF=xxxx are URL parameters telling the web content management system which content page to get.
The web analysis/reporting tool I am using (Sawmill) does not seem to understand the URL parameters and reports a lot of 'hits' on the URL at the [site]/[site-section] level i.e. its not recognising hits on pages in that section of the site, just that the request was for something in that section.
Im looking for a web log analyzer/reporting tool that can:
- understand the parameters and report on 'hits' for specific content pages under the [site-section] e.g maybe Sawmill or similar can be configured to understand the URL parameters, or
- a way to convert what is recorded in the logs so that a normal web log analyzer/reporting tool can understand it.
Any help appreciated :)