Overview
Audit Logs provide a complete record of actions performed in the Yuno Dashboard. Every configuration change, login event, and API key operation is recorded with details about who performed the action, when, and from where. Access audit logs at Dashboard > Settings > Audit Logs.What Audit Logs Capture
Viewing Audit Logs
Navigate to Dashboard > Settings > Audit Logs to view the log stream. Logs are displayed in reverse chronological order, with the most recent actions at the top.Filtering
Use the filter bar to narrow the log view:Search
Use the search bar to find specific log entries by:- User email
- Resource identifier (e.g., routing rule name, connection ID)
- Action description keywords
Log Entry Structure
Each audit log entry contains the following fields:Example Log Entry
Exporting Logs
Export audit logs for external analysis or compliance records:- Apply desired filters to narrow the log view
- Click Export in the top-right corner
- Select the export format:
Exports include all log entries matching the current filters. For large date ranges, the export is processed asynchronously and delivered via email when ready.
Retention Policy
Audit log entries older than the retention period are permanently deleted. Export logs before they expire if you need to retain them beyond the retention window.
Compliance Use Cases
Audit logs support requirements across multiple compliance frameworks:Best Practices
- Review audit logs regularly. Schedule weekly reviews of production configuration changes to catch unintended modifications.
- Export logs before retention expiry. Set up a quarterly export process to archive logs for long-term compliance.
- Monitor login anomalies. Watch for failed login attempts, logins from unusual IP addresses, or access outside business hours.
- Use filters effectively. When investigating an incident, filter by date range and resource type to quickly find relevant entries.
- Correlate with API logs. Cross-reference Dashboard audit logs with your server-side API request logs for a complete picture of system activity.