Looked at the Libre Documentation and can’t see anything on this,
Trying to setup an alert for Logins, whether they be successful or unauthorised, however each alert is showing Logins in general from previous days, rather than new logins.
Currently using:
SELECT * FROM devices,syslog WHERE (devices.device_id = ? AND devices.device_id = syslog.device_id) AND syslog.msg LIKE ‘%LOGIN_SUCCESS%’ AND (NOW()) = 1