yes, I see other logs. But not the mount logs I am looking for.
For instance,
I see this line in /var/log/messages:
Jun 15 13:41:54 uk-9742-000732763282 systemd: Unmounting /var/lib/docker/image/overlay2...
And when I do:
select * from syslog_events where tag like 'systemd%' and message like '%mount%';
result is empty
There is another line like this:
Jun 15 14:40:36 uk-9742-000732763282 systemd: Started Sync program to install, update and maintain apps on till.
and when I do:
select * from syslog_events where tag like 'systemd%';
There is data