cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who rated this post

L2 Linker

Hi 


If i understood your request correctly, this can be done using the timestamp_diff function in XQL - 
https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-XQL-Language-Reference/timestamp_di... 


Based on that , Try adding those lines to your query and let me know if that gives you the result you are looking for :

| alter CurrentTime = current_time()
| alter Timediff_M = timestamp_diff(CurrentTime , _time, "MINUTE")
| filter Timediff_M > 2

Z
Who rated this post