osquery-defense-kit/incident_response/syslog_events.sql
Thomas Stromberg 41d83350a1
make reformat
2023-05-08 13:20:47 -04:00

9 lines
111 B
SQL

-- Return the list of syslog events
--
-- tags: postmortem
-- platform: linux
SELECT
*
FROM
syslog_events;