Actions
Requirement #6197
openUser Activity Audit
Status:
Implementation
Priority:
Middle (Средний)
Assignee:
Category:
Authorized User
Target version:
Functional:
Yes
Change status:
Description
1. Available to authorized user with SYSTEM_ACTIVITY_AUDIT permission via 'User Activity Audit' menu item
2. Displays user activity events in a table.
Example:| Timestamp | IP | User ID | Action | Details |
|---|---|---|---|---|
| 2021-08-30 16:00:00 | 68.2.2.2 | 1 | Logged in | |
| 2021-08-30 16:00:01 | 68.2.2.2 | 2 | Login failed. Wrong password. | |
| 2021-08-30 16:00:02 | 68.2.2.2 | 2 | New password generated. | |
| 2021-08-30 16:00:03 | 68.2.2.3 | Password reset failed. User not found. | login:test@test.com |
| Column | Data type | Sorting | Filtering |
|---|---|---|---|
| Timestamp | timestamp YYYY-MM-DD HH:MM:SS in UTC timezone | + | date range |
| IP | IP address | - | text, starts with |
| User ID | integer, user's system id | - | exact match |
| Action | enumeration | - | dropdown, see User activity event, 'Dropdown name'column |
| Details | text up to 256 characters, see User activity event, 'Details'column | - | text, any occurrence |
Actions