Audit Logs
Getting Here
Settings > Audit Logs
Audit Logs Page
The Audit Logs page provides detailed records of account activity, including user authentication, account usage, and system events. The page enables you to filter and query logs for better visibility and accountability.
Page Controls
1. Date & Time
- Description: Select a custom date and time range to filter audit logs.
- Options:
- Start Time: Sets the beginning of the time range.
- End Time: Sets the end of the time range.
- Now Button: Sets the end time to the current time.
2. NQL Query
- Description: Use Netography Query Language (NQL) to filter and query log records.
- Example Query:
action == event
3. Query By Account(s)
- Description: Filter logs based on specific accounts.
- Options: Select from the dropdown list (e.g.,
netography (current)
).
4. Search & Clear Buttons
- Search: Runs the query and displays filtered results.
- Clear: Resets all filters and queries to default.
Results Table
The results table displays a structured view of the audit logs. It includes the following fields:
Field | Description |
---|---|
timestamp | The exact date and time when the event occurred. |
class | The high-level category of the event (e.g., account , authentication ). |
subclass | A more specific type within the class (e.g., usage , login ). |
action | The recorded action performed (e.g., event ). |
user | The user or system that triggered the action. |
description | Additional details related to the event. |
Account | The account associated with the event. |
Example Table Output
timestamp | class | subclass | action | user | description | Account |
---|---|---|---|---|---|---|
2024-12-16 07:00:01 | account | usage | event | netography | Usage collected for customers | netography |
2024-12-16 10:51:42 | authentication | login | event | [email protected] | User "paula.smith@..." | netography |
2024-12-16 10:51:43 | authentication | login | event | [email protected] | User "paula.smith@..." | netography |
2024-12-16 10:51:44 | authentication | refresh_token | event | [email protected] | User "paula.smith@..." | netography |
Updated about 1 month ago