Audit log
Track changes made within the system.
GoRules automatically logs actions which happen within the system. They are stored within the Audit log tab on the dashboard which can be accessed by owners.
By default, audit logs are retained forever.
To view extended details of each audit log, you may click on it. It will present you with information such as:
- Actor - User who triggered the change
- Timestamp - Indicates when the change was made
- Reference/Project - Available in some cases, references the resource which has been changed
- Actor's IP address
- Actor's user agent
- Data - JSON Raw data which was mutated (depending on scenario)
List of tracked events
The following events are tracked within the system (CUD stands for Create/Update/Destroy):
- Users
- CUD operations
- Forgotten password
- Sign up - creation of initial user
- Password reset
- User groups
- CUD operations
- Access tokens
- CUD operations (update is not possible)
- Projects
- CUD operations
- Soft delete and restore
- Documents
- CUD operations
- Soft delete and restore
- Historic version restore
- Environments
- CUD operations
- Release
- CUD operations (update is not possible)
- Deployments
Updated 2 months ago