How to filter audit logs by instance and bulk download archived logs in Akuity ArgoCD.
Filtering Audit Logs by Instance
- Organization Audit Tab: You can filter audit logs by instance from the Organization Audit Tab in the UI.
- Instance-Level Logs: If you are viewing logs directly from an ArgoCD instance, they will be limited to that specific instance.
- Feature Request: Currently, the instance audit page does not exclusively show only the Akuity Instance audit logs—you need to check the Organization Audit Page instead.
Bulk Downloading Archived Logs
- To access older logs, use the following APIs:
-
Pull Audit Logs Archives
GET /api/v1/organizations/{id}/audit-logs-archives
- Use
filters.startDate
andfilters.endDate
parameters to specify the date range. - Refer to the OrganizationService section in the API documentation for details.
- Use
-
Download Logs in CSV Format
GET /api/v1/organizations/{id}/csv-audit-logs
- This API endpoint allows downloading audit logs in CSV format for easier analysis.