Audit Logging & System Telemetry
Every critical user interaction, permission alteration, and state change within Uniconnect Enterprise is recorded for compliance and troubleshooting.
1. Audit Log Schema
Each audit event captures:
- ctor_id: ID of the authenticated user performing the action.
- ction_type: E.g., CREATE_CAMPAIGN, UPDATE_AGENT_STATUS, DELETE_CRM_FIELD.
esource_id: Target entity identifier.
- payload_diff: JSON representation of prior state vs. updated state.
- client_ip: Originating IP address and user-agent.
- imestamp: UTC timestamp with millisecond precision.
2. Accessing Audit Logs
- Frontend UI: System Administration > Audit Logs module (uditLogsSlice, uditLogsSaga).
- Retention Policy: Retained for a minimum of 365 days in PostgreSQL with partitioned tables.