Custom table for file downloads embedded in query string
Hi
I am trialling the software and see that the pro version allows you to create custom tables. The standard version is picking up certain downloads from our site ok, but it is ignoring other downloads where the filename is embedded in a query string on index.php.
So it would find CW-Product-Catalogue-13.5_A4_CH-Web.pdf from the GET below
113.3.233.6 - - [16/Jul/2013:11:52:05 +0100] "GET /documents/datasheets/CW-Product-Catalogue-13.5_A4_CH-Web.pdf HTTP/1.1" 200 21757022 "-" "www.Company.com" "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.0)"
but I'd like to find Company_cewBuildsp3-English.iso.exe from the query string below:
111.222.111.222 - - [16/Jul/2013:14:12:19 +0100] "GET /index.php?option=com_content&view=article&id=2061&dir=JSROOT%2FCompanycew4CD%2FcewBuildsp3%2FEnglish&download_file=JSROOT%2FCompanycew4CD%2FcewBuildsp3%2FEnglish%2FCompany_cewBuildsp3-English.iso.exe HTTP/1.1" 200 30408704 "http://www.company.com/cew4-installat..." "www.Company.com" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
How do I go about creating a custom table to search for specific file names as above?
Thanks
CW
I am trialling the software and see that the pro version allows you to create custom tables. The standard version is picking up certain downloads from our site ok, but it is ignoring other downloads where the filename is embedded in a query string on index.php.
So it would find CW-Product-Catalogue-13.5_A4_CH-Web.pdf from the GET below
113.3.233.6 - - [16/Jul/2013:11:52:05 +0100] "GET /documents/datasheets/CW-Product-Catalogue-13.5_A4_CH-Web.pdf HTTP/1.1" 200 21757022 "-" "www.Company.com" "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.0)"
but I'd like to find Company_cewBuildsp3-English.iso.exe from the query string below:
111.222.111.222 - - [16/Jul/2013:14:12:19 +0100] "GET /index.php?option=com_content&view=article&id=2061&dir=JSROOT%2FCompanycew4CD%2FcewBuildsp3%2FEnglish&download_file=JSROOT%2FCompanycew4CD%2FcewBuildsp3%2FEnglish%2FCompany_cewBuildsp3-English.iso.exe HTTP/1.1" 200 30408704 "http://www.company.com/cew4-installat..." "www.Company.com" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
How do I go about creating a custom table to search for specific file names as above?
Thanks
CW
There are also other custom table options available, e.g. you can modify the parameter using regular expressions, enable charts, etc. Please let me know if you need any help with such options.