Audit Log
Categories
Component ID
2454983
Component name
Audit Log
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
5870
Component created
Component changed
Component body
Adds audit logging (a.k.a. an audit trail) functionality to all entities, so you can easily track entity views, inserts, updates and deletes.
Filtering
audit_log_filter sub module allows you to filter which entities (or bundles) you want to exclude from logging, which environments should be excluded (all cli or drush only) as well as which user roles should be excluded.
Backends
- audit_log_db: Logs to database tables, has build in views support
- audit_log_elastic_search: Logs to elastic search
- audit_log_logs_http: Logs using the logs_http module
Documentation
For the moment, have a look at #2460249: Documentation?
