mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-21 21:02:48 +00:00
6 lines
107 B
MySQL
6 lines
107 B
MySQL
|
-- Return the list of syslog events
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: linux
|
||
|
SELECT * FROM syslog_events;
|