# # Nihuo Web Log Analyzer hit filter file # # Description: # Exclude all activities which status is error.( status code is 4* or 5* ) # "*" and "?" can be used as wildcards. # # Usage: # ./nwla -f=logfile --hitfilter=./filters/e_error.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 NOT = 4* or 5* type=1 not=1 strarray="4*" "5*"