
terry.chambers at gmail
Nov 10, 2009, 6:46 AM
Views: 3229
Permalink
|
|
Reporting on elements in the request line
|
|
Hi I've got log files from a Google Search appliance. The data is located in the "request" value. 192.0.0.0 - - [05/Nov/2009:14:50:49 -0500] "GET /search?coutput=json&q=red+hat&btnG=Google+Search&access=p&client=default_frontend&sort=date%3AD%3AL%3Ad1&entqr=3&oe=UTF-8&ie=UTF-8&ud=1&site=default_collection&ip=192.0.0.0&num=100&filter=0&output=xml HTTP/1.1" 200 77014 438 0.12 I'd like to be able to report off of the values such as "&client" and "&site" and "&q". Is there anyway to do that? For example, I'd love to be able to have a report that would show how many requests had "&site=default_collection" and then see the breakdown for any other values for &site=. Thanks Terry
|