Hello, Is there a way to retrieve macOS usage log...
# fleet
f
Hello, Is there a way to retrieve macOS usage logs using a query or scheduled query over a period of time?
d
checkout
SELECT * FROM asl;
and the schema https://fleetdm.com/tables/asl (pre 10.12) and
SELECT * from unified_log;
https://fleetdm.com/tables/unified_log
f
Thanks for this
trying to figure out the best way to query some of this information without the extra noise