PantherFlow Example Queries
Overview
panther_audit query examples
panther_audit query examplespanther_logs.public.panther_auditpanther_logs.public.panther_audit
| limit 10panther_logs.public.panther_audit
| sort p_event_time desc
| limit 10panther_logs.public.panther_audit
| where p_event_time > time.now() - 1d
| sort p_event_time desc
| limit 10Last updated
Was this helpful?

