Audit Export is a powerful auditing and reporting tool for Drupal 11 that helps site administrators and developers gain insights into the structure and usage of their site. From entity audits to automated CSV exports, Audit Export provides visibility and control for maintaining healthy, well-structured Drupal environments.
Features
- Run audits on entity structure, user roles, menus, taxonomy, views, and more
- Automate audit reports via Drupal cron
- Export audit data as CSV for integration with external tools
- Drush support for running and exporting reports from the command line
- Custom plugin system for building your own audits
- Optional remote posting to external APIs or monitoring systems
Similar Modules
Post-Installation
After installation, visit /admin/config/audit_export to access the admin UI and run audits. Reports can be exported via the UI or Drush. You can also enable cron to automate reporting, or use Drush commands such as drush audit-export:run and drush audit-export:export to integrate with your CI/CD workflow.
Additional Requirements
- Drupal 11.x
- Drush for command-line integration (optional but recommended)
Supporting this Module
Contributions and feedback are welcome. Please help improve it by submitting issues, feature requests, or pull requests.