版本:25.1.1
在SQL编辑器执行如下SQL
select
*
from
applogs_all
where
log_time > '2026-01-13 21:00:00'
and log_time < '2026-01-14 23:00:00'
and app_name in ('gateway-web-gray', 'gateway-web')
and log_content match_phrase '/heart/update'
order by
log_time desc
查看审计日志记录的SQL:
