You are here

mongodb_watchdog.schema.yml in MongoDB 8.2

modules/mongodb_watchdog/config/schema/mongodb_watchdog.schema.yml

File

modules/mongodb_watchdog/config/schema/mongodb_watchdog.schema.yml
View source
  1. mongodb_watchdog.settings:
  2. type: config_object
  3. label: 'MongoDB watchdog configuration'
  4. mapping:
  5. items:
  6. type: integer
  7. label: 'Items: Size of capped events collections.'
  8. min: 1
  9. requests:
  10. type: integer
  11. label: 'Requests: Size of capped requests collection. Only used if request tracking is enabled.'
  12. limit:
  13. type: integer
  14. label: 'Level limit: RFC 5424 (syslog) level.'
  15. min: 1
  16. max: 7
  17. items_per_page:
  18. label: 'Items per page: Maximum number of rows on event detail page:'
  19. type: integer
  20. min: 1
  21. request_tracking:
  22. label: 'Request tracking: Enable the per-request event page. Requires mod_unique_id.'
  23. type: boolean