Audit Logged Actions
The following actions are audit logged and will appear in the audit log table.
Project Runner
| Action | Description |
|---|---|
| Project Started | Logged after basic project validation checks are performed on startup for the project. |
| Project Stopped | Logged when the application signals that it is exiting for the project. |
Scripts
Audit Log
| Action | Description |
|---|---|
| system.audit.log() | Logged when the system.audit.log(); script is called. |
FTP
| Action | Description |
|---|---|
| system.ftp.startServer() | Logged when the FTP server is started with the system.ftp.startServer(); script. |
| system.ftp.stopServer() | Logged when the FTP server is stopped with the system.ftp.stopServer(); script. |
Security
| Action | Description |
|---|---|
| Authentication | Logged when Canvas checks if the given password matches the given user. |
| Login Attempt | Logged when a user attempts to login. |
| Logout Attempt | Logged when a user attempts to logout. |
| Add User | Logged when a user with user management access adds a user. |
| Delete User | Logged when a user with user management access attempts to delete a user named. |
| Modify User | Logged when an existing user's password is changed by a user with user management access. |
Tag Manager
| Action | Description |
|---|---|
| Write Tag Value | Logged before a new tag value is written to an existing tag. |