I am currently having the exact same issue as ">danielgilbeyhighlighted in the discussion Audit trail & account permissions
I think it's crazy that this granular level of access can't be granted and for one hope this gets added into the next release.
bump up from me - need this to be accessed by non-admins
Figured I'd share my solution to this.
On each device-type View, you can add a "Custom Query" widget with this code in it:
SELECT TimeLoggedUtc, AccountID, AuditEventMessage
FROM Orion.AuditingEvents
WHERE NetObjectID = ${NodeID}
ORDER BY TimeLoggedUtc DESC
That will at least let users see the audit log per-node. It's actually more useful than the Last XXX Audit Events widget because it creates pages.
This is a must if you want to track who has put a network node in maintenance, or in unmanaged state. In the IOC, users are requesting rights to see Audit events, this is only possible without when we give them also admin rights. That's a no-go Granular access management should be made possible to enable serious network management with Solarwinds NPM !
This no longer works as we had a similar thing setup and it is failing to load due to permissions.