NQL FAQ
What is the difference between 'with' and 'include'? Which one should I use?
What is the difference between 'compute' and 'summarize'? Which one should I use?
What is the difference between 'during past 2d' and 'during past 48h'? Which one should I use?
User’s time selection
Cloud instance time (Eastern Time)
User time (Central European Time)
What is the difference between 'from 2023-01-19 00:00:00 to 2023-01-21 00:00:00' vs 'from 2023-01-19 to 2023-01-21'? Which one should I use?
time selection
Cloud instance time (ET):
User time (CET):
What is the 'context'? When do we use it, and why?
What is the difference between 'context.os_name' vs 'device.operating_system.name'?
What is the difference between '.avg' vs '.avg()' vs '.avg.avg()' vs '.avg.max()'?
Why do some queries on 'execution.events' or 'connection.events' fail, while for all other events they succeed?


What is the difference between the two queries below retrieving remote action executions?



Why is it not good practice to calculate 'count()' on sampled events?
Last updated
Was this helpful?