-- Return the list of audit user events
--
-- tags: postmortem
-- platform: linux
SELECT
*
FROM
user_events;