How can we query data from the audit probe?
Release : 9.02
Component : UIM Audit Probe
you can use a query like this example:
select * from Audit_event where event_time <= '2019-03-01 02:52:23.000'
based on your language and regional settings in the sql server you might see a different date / time format.
You just need to adjust this according to your settings.