# # Nihuo Web Log Analyzer hit filter file # # Description: # Filter your reports by searching your log file for "20*" HTTP status code. # "*" and "?" can be used as wildcards. # # Use the Status Code filter to specify the types of results you want to # include or exclude. For example, if you are creating an include filter # and you want to only report on successful hits, select Success Only # from the list. # # You can select one of the common returns codes provided in the list, or # type another numeric result code in this field. # # The predefined list includes the following: # # Success Only ( 20* ) # Failed Only ( "4??" "5??" ) # Success, OK (200) # Success, Created (201) # Success, Accepted (202) # Success, Partial Information (203) # Success, No Response (204) # Success, Reset Content (205) # Success, Partial Content (206) # Success, Redirected (300) # Success, Moved (301) # Success, Found (302) # Success, New Method (303) # Success, Not Modified (304) # Success, Use Proxy (305) # Success, Temporary Redirect (307) # Failed, Bad Request (400) # Failed, Unauthorized (401) # Failed, Payment Required (402) # Failed, Forbidden (403) # Failed, Not Found (404) # Failed, Method Not Allowed (405) # Failed, Not Acceptable (406) # Failed, Proxy Authentication Required (407) # Failed, Request Timeout (408) # Failed, Conflict (409) # Failed, Gone (410) # Failed, Length Required (411) # Failed, Precondition Failed (412) # Failed, Request Entity Too Large (413) # Failed, Request-URI Too Long (414) # Failed, Unsupported Media Type (415) # Failed, Requested Range Not Satisfiable (416) # Failed, Expectation Failed (417) # Failed, Internal Error (500) # Failed, Not Implemented (501) # Failed, Overloaded Temporarily (502) # Failed, Service Unavailable (503) # Failed, Gateway Timeout (504) # Failed, HTTP Version Not Supported (505) # # Usage: # ./nwla -f=logfile --hitfilter=./filters/statuscode.hfml # # # If you have any questions about filters and our products, please contact # us at support@loganalyzer.net, we wil feedback ASAP. # # Online tutorial of filters is available in # http://www.loganalyzer.net/tutorial.html#filter # # Hit Filter: Return Code = 20* type=1 strarray="20*"