Jamf Pro Audit logs

njw007
New Contributor

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...

1 REPLY 1

mdp
Contributor

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

---
Matthew Prins -- Jamf Scripts @ Github