You can filter your audit logs by attribute, and then download a CSV of the results.
Click your user icon at the top right of your Red Canary, and then click Audit Logs.
Enter attributes in the Audit Log filter bar, and then press Return or Enter.
Click to download a CSV of your endpoint usage.
Supported filter attributes
Attribute
Description
Example
Creation time
The date and time the audit log was created.
created_at:2020-04-05..2020-04-08
Action
The audit log action type. You can search for multiple actions at once by separating them with a vertical bar (|).
action:"Automate Playbook Executed"
action:"Send Email"|"Send Webhook"
User
The user who executed an action.
user:johndoe@example.com
user:automatebot+noreply@redcanary.co
Dates are specified using from..to syntax, where from and to are date-times or ISO 8601 dates. You can omit either from or to to filter for unbounded times.