Policy Audit Log
The Audit Log tab shows changes to your policy configuration.
AIDR records policy configuration changes each time you save a policy.
Each logged event contains:
- Time - Date and time of the event
- User - User who performed the action
- Action - Description of the action performed
- Target - ID of the affected policy
- Message - Short summary of the event
- Old - Previous value of the resource
- New - Updated value of the resource
Changed values in the Old and New fields are highlighted in yellow.
Filter activity logs by date range and attributes. The search bar refines results with:
- Completion suggestions for available attributes and their values
- Filter dialog (funnel icon)
- Date range control
Click the gear icon to select which columns are visible in the log table.
Sort the table by clicking column headers.
Example policy change event log
{
"source": "ppi_f7lrnyvjyy67qwhfaedt6e75c34bdctm",
"target": "aidr_app_protected_input_policy",
"action": "update",
"user": "user@example.com",
"message": "AIDR policy \"App/Agent Protected Input\" updated by user@example.com",
"old": {
"access_rules": [
...
],
"description": "Enforces guardrails on raw user input at the app/agent boundary. Blocks prompt injection, PII, and secrets.",
"detectors": [
{
"detector_name": "prompt_injection",
"settings": {
"action": "block"
},
"state": "disabled"
},
{
"detector_name": "pii_entity",
"settings": {
"rules": [
...
]
},
"state": "disabled"
}
],
"name": "App/Agent Protected Input",
"version": "v1.1"
},
"new": {
"access_rules": [
...
],
"description": "Enforces guardrails on raw user input at the app/agent boundary. Blocks prompt injection, PII, and secrets.",
"detectors": [
{
"detector_name": "prompt_injection",
"settings": {
"action": "block"
},
"state": "enabled"
},
{
"detector_name": "pii_entity",
"settings": {
"rules": [
...
]
},
"state": "enabled"
}
],
"name": "App/Agent Protected Input",
"version": "v1.1"
}
}
Search bar
By default, the log viewer displays events from the past two hours.
To customize your search:
- Click the funnel icon to open the filter dialog, enter your criteria, and click Search. The search syntax appears in the search bar, and matching results display in the table.
- Place your cursor in the search bar to view a dropdown of available search parameters. Start typing to filter the list and use autocompletion to build your query.
- Enter your query manually. For more information, see search syntax .