You are here

autoban.schema.yml in Automatic IP ban (Autoban) 8

config/schema/autoban.schema.yml

File

config/schema/autoban.schema.yml
View source
  1. autoban.autoban.*:
  2. type: mapping
  3. label: 'Autoban'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'Autoban rule id'
  8. uuid:
  9. type: string
  10. label: 'UUID'
  11. type:
  12. type: string
  13. label: 'Type of log message, for example page not found.'
  14. message:
  15. type: string
  16. label: 'Pattern of log message.'
  17. referer:
  18. type: string
  19. label: 'Pattern of URL of referring page.'
  20. threshold:
  21. type: int
  22. label: 'The threshold number of the log entries.'
  23. provider:
  24. type: string
  25. label: 'IP ban provider.'
  26. user_type:
  27. type: int
  28. label: 'User type: anonymous, authenticated or any.'
  29. rule_type:
  30. type: int
  31. label: 'Rule type: manual or authomatic.'