Advertisement
aka144

my-filter-name.conf

May 5th, 2015
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. [Definition]
  2.  
  3. # Option: failregex
  4. # Notes.: regex to match the password failure messages in the logfile. The
  5. # host must be matched by a group named "host". The tag "<HOST>" can
  6. # be used for standard IP/hostname matching and is only an alias for
  7. # (?:::f{4,6}:)?(?P<host>\S+)
  8. # Values: TEXT
  9. #
  10. failregex = ^<HOST> -.*GET http.*
  11.  
  12. # Option: ignoreregex
  13. # Notes.: regex to ignore. If this regex matches, the line is ignored.
  14. # Values: TEXT
  15. #
  16. ignoreregex =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement