You are here

mongodb_watchdog.links.menu.yml in MongoDB 8.2

modules/mongodb_watchdog/mongodb_watchdog.links.menu.yml

File

modules/mongodb_watchdog/mongodb_watchdog.links.menu.yml
View source
  1. mongodb_watchdog.reports.overview:
  2. description: 'View events that have recently been logged in MongoDB.'
  3. parent: 'system.admin_reports'
  4. route_name: 'mongodb_watchdog.reports.overview'
  5. title: 'Recent log entries in MongoDB'
  6. mongodb_watchdog.reports.top403:
  7. parent: 'mongodb_watchdog.reports.overview'
  8. route_name: 'mongodb_watchdog.reports.top403'
  9. title: "Access denied"
  10. mongodb_watchdog.reports.top404:
  11. parent: 'mongodb_watchdog.reports.overview'
  12. route_name: 'mongodb_watchdog.reports.top404'
  13. title: "Page not found"
  14. mongodb_watchdog.config:
  15. description: 'Configure the MongoDB "watchdog" logger'
  16. parent: "system.admin_config_system"
  17. route_name: 'mongodb_watchdog.config'
  18. title: "MongoDB watchdog"