Filters
Filters allow to specify which information from log files should be analyzed.
There are two types of filters: include and exclude filters. The program uses them to determine whether it should analyze certain information or not. If the information meets the criteria of at least one include filter and doesn't meet the criteria of any exclude filter, it will be analyzed. If no include filters are defined the "Include All" filter is used by default.
You can use the following wildcards in some filters: "*" corresponds to any number of any characters and "?" corresponds to any single character.
The following filters are supported:
User address
Filter log file information by the visitor's domain name or IP address. You can use wildcards.
Requested file
Filter log file information by the requested file. You can use wildcards.
Range of dates
Filter log file information by the date/time of request. If the request is between the beginning end ending date/time (including), the filter will apply.
Day of week
Filter log file information by the day of week (Monday ... Sunday) the request was received.
Hour of day
Filter log file information by the hour of day (00:00-01:00 ... 23:00-24:00) the request was received.
Day of month
Filter log file information by the day of month (1 ... 31) the request was received.
Month
Filter log file information by the month (January ... December) the request was received.
Return Code
Filter log file information by the status code returned by the web server.
Referring URL
Filter log file information by the referring URL. You can use wildcards.
Operating System
Filter log file information by the visitor's OS.
Browser
Filter log file information by the visitor's browser.
Spider
Filter log file information by spiders.
Request Type
Filter log file information by the type of request (GET, HEAD or POST).
Virtual Domain
Filter log file information by the virtual domain name (only the IIS log file formats store this information). You can use wildcards |