Is there a change log internal to Solarwinds that would indicate which user made which changes? For example; if someone were to add nodes to a template, or remove them, is there a log that would indicate who made the changes?
Under the reports there is a Admin Audit log records these types of changes.
@aLTeReGo is there a SWQL statement that would also get those results?
@jfaldmo
For SWQL, you can use below queries:
SELECT AccountID, ActionTypeID, AuditEventID, AuditEventMessage, Description, DetailsUrl, DisplayName, InstanceSiteId, InstanceType, NetObjectID, NetObjectType, NetworkNode, ObservationRowVersion, ObservationSeverity, ObservationSeverityName, ObservationTimestamp, TimeLoggedUtc, Uri FROM Orion.AuditingEvents
SELECT ActionType, ActionTypeDisplayName, ActionTypeID, Description, DisplayName, InstanceSiteId, InstanceType, Uri FROM Orion.AuditingActionTypes