Network Management
Audit Events Query Resource
You can create a resource to show who is making changes (additions, removals, edits, etc.) in Orion Platform applications.
First published date
Last published date
Overview
Product section
Resolution
- Add a Custom Query resource to the Orion Web Console:
- Add your query to the resource. An example query is shown below.
SELECT AccountID, AuditEventID, AuditEventMessage, ObservationTimestamp, TimeLoggedUtc FROM Orion.AuditingEvents where AuditEventMessage like '%added%'
An example of the results using where AuditEventMessage like '%added%' is shown below.