NQL time selection
Time selection formats
NQL during past
web.page_views during past 45min
| summarize total_navigations = number_of_page_views.sum()web.Page_views during past 1h
| summarize total_navigations = number_of_page_views.sum() web.Page_views during past 12h
| summarize total_navigations = number_of_page_views.sum() web.Page_views during past 3d
| summarize total_navigations = number_of_page_views.sum() NQL from to
Specifying a fixed timeframe
Specifying a relative timeframe
NQL on
NQL datetime functions
Time granularity and retention
Retrieving high-resolution data for Desktop Virtualization
Increasing data resolution from 1 day to 30 seconds.
Increasing data resolution from 5 minutes to 30 seconds.
Timezones
Example:
Timeframe selection
Nexthink user in the Eastern Time (ET) zone - the same zone as the Nexthink platform:
Nexthink user in the Central European Time (CET) zone:
Last updated
Was this helpful?