Audit Logs¶
Audit logs provide an immutable record of actions taken in your tenant. They support compliance investigations, security reviews, and operational troubleshooting.
Who this is for¶
Admin Executive Developer
Prerequisites¶
- Tenant Admin or Super Admin role
- Review of Security Overview
- Understanding of your compliance retention requirements
What is logged¶
ValuePact logs the following event categories:
| Category | Events | Example |
|---|---|---|
| Authentication | Login, logout, failed login, MFA enrollment | user@example.com logged in |
| User management | Invite, deactivate, delete, role change | Alice invited Bob as Analyst |
| Role management | Create role, assign permission, clone | Finance Analyst role created |
| Configuration | Workflow publish, field change, branding | Custom field "region" added |
| Record actions | Create, update, transition, approve | Initiative #1234 approved |
| Security | SSO change, MFA reset, password policy | SSO certificate updated |
| API | Key created, revoked, rate limit hit | API key "integration-1" created |
Retention¶
| Tier | Default retention | Max retention | Cost |
|---|---|---|---|
| Standard | 90 days | 1 year | Included |
| Compliance | 1 year | 7 years | Additional |
Step-by-step: change retention¶
- Go to Admin > Security > Audit Logs.
- Click Retention Settings.
- Select a Retention Tier.
- Choose the Max Retention Period.
- Click Save.
Retention reduction
Reducing retention deletes logs older than the new threshold immediately. Export data before reducing retention.
Search¶
The audit log search supports filtering by user, event type, date range, and resource.
- Open Security > Audit Logs.
- Enter a keyword in the search bar.
- Use filters:
- Date Range
- User
- Event Category
- Resource Type
- Click Search.
- Click an event to expand details.
Export¶
You can export audit logs for external analysis or compliance submissions.
- Run a search to define the export scope.
- Click Export.
- Choose a format: CSV or JSON.
- Select Delivery: Download or email.
- Click Generate.
Limit Exports are limited to 100,000 events per request. For larger ranges, use date filters to chunk the export.
Permissions required¶
| Role | Permission | Scope |
|---|---|---|
| Super Admin | Search, export, and configure retention | Organization |
| Tenant Admin | Search, export, and configure retention | Organization |
| Content Admin | View audit logs | Organization |
| Analyst | View own audit events | Own user |
| Viewer | View own audit events | Own user |
Limits and guardrails¶
Limit Audit logs are immutable. Admins cannot edit or delete individual entries.
Limit Search queries timeout after 30 seconds. Narrow filters for large tenants.
Limit Export generation may take up to 10 minutes. You receive a notification when ready.
Troubleshooting¶
Issue: expected event is missing
Cause: The event is outside the retention window, or the action was performed by a system process not captured in user audit. Resolution: Check the retention settings. Verify the event timestamp. System processes may log to separate operational logs.
Issue: export fails or is empty
Cause: The search filters returned no results, or the export exceeded the event limit. Resolution: Broaden the search filters. If the result set is large, export in smaller date ranges.
Issue: cannot view audit logs
Cause: Your role lacks audit log permission, or the feature is restricted in your tenant tier. Resolution: Ask a Tenant Admin to verify your role permissions. Upgrade the tenant tier if audit logs are not included.
Related pages¶
Escalation path¶
For audit log integrity concerns or export failures:
- Verify the retention settings and search filters.
- Retry the export with a smaller date range.
- File a support ticket with the search criteria and expected event details.
- Escalate to
#security-opsif log tampering is suspected.