Posted on 09-30-2022 07:26 AM
Hello,
I'm trying to find out if Jamf Pro has a audit log of users that log into Jamf Pro for administration and the actions they preformed? Looking for a audit log to trigger alerts in Splunk for when a new "Standard User" is created or etc...
Posted on 10-10-2022 12:38 PM
May or may not work for your purposes, but this python script iterates through all the computers via the API, grabs all the audit log events, and prints them as CSV. You can export all events, only a particular user, or only a particular type of event (e.g. "Issued Remove MDM Profile Command").
https://github.com/MatthewPrins/Jamf/blob/main/Audit_Log_Computers.py