Other, non-events queries work fine
# macos
s
Other, non-events queries work fine
z
Which events tables are you accessing?
Is this the live query interface, or scheduled queries?
s
I tried
SELECT * FROM file_events LIMIT 10
and
SELECT * FROM process_events LIMIT 10
Distributed queries, in the UI
z
file_events
requires that you configure the watch paths. Did you do that?
s
I have not... I'll look into that. Still, I believe process_events should work without any additional config
z
I believe the
process_events
needs additional configuration (outside of osquery) as well. See https://osquery.readthedocs.io/en/stable/deployment/process-auditing/#macos-process-auditing
Some that do not need additional config are
disk_events
(try opening a dmg) or
hardware_events
(plug any usb device)
s
I had not seen that page, thank you
Still no luck on
process_events
, even after modifying the audit config and a reboot
Now testing with
osqueryi
if that matters at all
z
For any of those event types? What does your config look like?