get_acl_audit
Retrieve persisted ACL audit logs to investigate connection failures or audit access patterns. Filter by username, reason, or time range.
Instructions
Get persisted ACL audit log entries from storage. Filter by username, reason (auth, command, key, channel), or time range. Use this to investigate why a connection is failing or audit access patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return | |
| reason | No | Filter by reason (auth, command, key, channel) | |
| endTime | No | End time (Unix timestamp ms) | |
| username | No | Filter by username | |
| startTime | No | Start time (Unix timestamp ms) | |
| instanceId | No | Optional instance ID override |