e.g. ```select * from user_events where path NOT ...
# general
d
e.g.
Copy code
select * from user_events
where path NOT IN ('/usr/bin/crond', '/usr/sbin/cron')
limit 10;
will usually show failed ssh logins in linux.
👍 1
🍻 1