Hi Everyone,
I'm looking to see if I can find the date when a node was added to NPM. Can anyone direct me to the right point where I can see the date and user who added it?
Regards,
Hyder
Believe you want the AuditEvents table in the database. I recall digging exactly that information out of that location, usually due to someone doing a poor job of adding the node. If memory serves me correctly, AD-authenticated users were identified as expected (ACME/roadrunner), but for any application accounts that added nodes, I saw user System. I recall another table...AuditEventType maybe and it had an integer for node added, another for node deleted, basically an integer for every type of auditable action. You will need the type for node add, and then you will be able to locate what you need in AudiEvents table.
@d09h
That is helpful. I'll look at those places and see how it goes.
Thanks for your help!