Audit Log (Syslog)
Track system changes with a clear, chronological audit log for accountability and quick investigation
Last updated
Track system changes with a clear, chronological audit log for accountability and quick investigation
Last updated
Tracking system changes and understanding administrative actions can be complex:
Changes occur without a clear audit trail, making accountability difficult.
Lack of visibility into events can delay issue resolution and create security risks.
The Audit Log page provides a record of administrative events, detailing who did what, when, and where, to ensure transparency and accountability.
You can create an audit log webhook to automatically send Apono audit log notifications to a target system whenever an audit log event occurs.
The Audit Log page consists of an event table and filtering options.
The Audit Log page presents a table containing all administrative events. Each row summarizes the high-level details of an event.
The columns are defined in the following table.
Time
Date and time the event occurred
The most recent events are listed first.
Action
Event performed, such as creating, editing, or deleting an item
Actor
Name of the user who performed the action
Possible Values:
System (Apono)
Full name and Email (User)
Target
Specific object affected by the action
Source
Location where the action originated
Possible Sources:
Web Application (UI)
Integration
Terraform (identified by the actor's personal API token
API (public API identified by the actor's personal API token)
You can filter the list of events by one or several of the following filters.
Apono allows you to see specific event changes.
Follow these steps to view the details of an event:
On the Audit Log page, click the row of the event in the table. A panel opens displaying the Event details and Event changes.
Click the X in the top right corner to close the panel.
The top of the panel summarizes the audit log information from the table on the Audit Log page.
In the Event changes section, changes to the JSON are displayed using a Git-like diff format.
The characteristics of the old and new information are compared in the following table.
Sign Prefix
Minus sign (-)
Plus sign (+)
Color Highlighting
Red
Green
Special Formatting
Specific words or text fragments that have changed are highlighted.
N/A
By default, a truncated JSON with the highlighted information is shown. To see the entire JSON, you can click the Expand link.
In the following screenshot, the user group (attribute_value
) within this access flow and the most recent updated date (updated_date
) are highlighted because they have been updated.