Audit
The audit logging system records all user requests and server responses in PGOS, enabling error troubleshooting and operation auditing.
You can access the audit functionality through the navigation bar in the Console interface.
Once in the audit page, you can switch between different regions using the top selector. "Console Home" represents requests made to the Console site (such as user addition, region switching, permission modifications), while "Title Region" shows logs specific to that region.
The filtering system helps you locate specific logs:
- Operation Type: Defaults to "Modify," which shows all system-affecting requests (additions, modifications, deletions, start/stop operations). "Read" displays all read requests (list, get operations).
- Service: Quickly filters interface categories based on site functionality navigation. For example, Virtual Server logs are found under "Extension/VirtualServer".
- Period: Allows you to select the time range for log queries.
Click "Show Advanced Search" to access additional filtering options:
- Action
- Operator
- IP
- Request ID
- Request Body
- Response Body
NOTE:
IP, Request ID, Request Body, and Response Body use fuzzy search, while other fields use exact matching.
After setting your desired filters, click the Search button to execute the query.
The results display includes all relevant fields as shown in the interface. You can:
- View detailed Request Body/Response Body content in a JSON Viewer by clicking the respective "View" buttons
- Sort results by clicking the "Time" column header to toggle between ascending and descending order
The system maintains comprehensive logs of all operations, making it an essential tool for system administration and troubleshooting.