Timeframe picker
This page details how Nexthink implements the timeframe picker and time granularity into NQL queries to filter and adjust dashboard visualizations.
All dashboards have the option of predefined and custom timeframes which apply to all dashboard tabs. In addition, choose and modify the time granularity for line charts.
Refer to the Using Live Dashboards documentation to learn how to pick timeframes.
Predefined timeframes
Available predefined timeframes:
Last hour
Last 6 hours
Last 24 hours
Last 48 hours
Last 72 hours
Last 7 days
Last 30 days
Last 90 days
Last 6 months
Last 1 year
Depending on the predefined timeframe you choose, set different levels of time granularity to identify patterns and troubleshoot issues—see the Supported granularities on this page. The Custom date and Time range section delves into custom timeframes and their default granularities implemented in NQL queries.
Last hour
The dashboard applies the following NQL time specification to the queries:
The NQL query takes into account four 15-minute time buckets. The amount of data that the last 15-minute bucket contains depends on what time the user loads the dashboard. This means that for the last hour, the user will see anywhere from 45 minutes of data to 59 minutes of data.
Viewer time = 18:39
During past 1h does not equal During past 60 min
NQL currently interprets during past 1h
differently from during past 60min
. To ensure consistency between the results in Investigations and in Live Dashboards, use during past 60min
in widget queries.
Examples of
during past 1h
.
The data starts from the beginning of the last full hour.
Viewer time = 18:39
Last 6 hours
The dashboard applies the following NQL time specification to the queries:
The NQL query takes into account twenty-four, 15-minute time buckets. The amount of data that the last 15-minute bucket contains depends on what time the user loads the dashboard. This means that for the last 6 hours, the user can see anywhere from 5 hours 45 minutes of data to 5 hours 59 minutes of data.
Example of
during past 360min
Viewer time = 18:39
Last 24 hours
The dashboard applies the following NQL time specification to the queries:
The NQL query takes into account twenty-four 1-hour time buckets. The amount of data that the last 1-hour bucket contains depends on what time the user loads the dashboard. This means that for the last 24 hours, the user can see anywhere from 23 hours of data to 23 hours 59 minutes of data.
Example of
during past 24h
Viewer time = 18:39
Last 48 hours
The dashboard applies the following NQL time specification to the queries:
The NQL query takes into account forty-eight 1-hour time buckets. The amount of data that the last 1-hour bucket contains depends on what time the user loads the dashboard. This means that for the last 48 hours, the user can see anywhere from 47 hours of data to 47 hours 59 minutes of data.
Example of
during past 48h
Viewer time = April 13, 18:39
Last 72 hours
The dashboard applies the following NQL time specification to the queries:
The NQL query takes into account seventy-two 1-hour time buckets. The amount of data that the last 1-hour bucket contains depends on what time the user loads the dashboard. This means that for the last 72 hours, the user can see anywhere from 71 hours of data to 72 hours 59 minutes of data.
Example of
during past 72h
Viewer time = April 13, 18:39
Last 7 days
The dashboard applies the following NQL time specification to the queries:
The NQL query takes into account seven 1-day time buckets. The amount of data that the last 1-day bucket contains depends on the time that the user loads the dashboard. This means that for the last 7 days, the user can see anywhere from 6 days of data to 6 days 23 hours 59 minutes of data.
The start of the day is defined by the timezone that the server is located in.
Example where the viewer timezone matches the server timezone:
Viewer time = April 13, 18:39 Eastern Time (GMT-4) Server time = April 13, 18:39 Eastern Time (GMT-4)
Example where the viewer timezone does not match the server timezone:
Viewer time = April 13, 18:39 Eastern Time (GMT-4) Server time = April 13, 15:39 Pacific Time (GMT-7)
Last 30 days
The dashboard applies the following NQL time specification to the queries:
The NQL query takes into account thirty 1-day time buckets. The amount of data that the last 1-day bucket contains depends on the time that the user loads the dashboard. This means that for the last 30 days, the user can see anywhere from 29 days of data to 29 days 23 hours 59 minutes of data.
The start of the day is defined by the timezone that the server is located in.
Example where the viewer timezone matches the server timezone:
Viewer time = April 13, 18:39 Eastern Time (GMT-4) Server time = April 13, 18:39 Eastern Time (GMT-4)
Example where the viewer timezone does not match the server timezone:
Viewer time = April 13, 18:39 Eastern Time (GMT-4) Server time = April 13, 15:39 Pacific Time (GMT-7)
Last 90 days
The dashboard applies the following NQL time specification to the queries:
The NQL query takes into account ninety 1-day time buckets. The amount of data that the last 7-day bucket contains depends on the time that the user loads the dashboard. This means that for the last 90 days, the user can see anywhere from 89 days of data to 89 days 23 hours 59 minutes of data.
The start of the day is defined by the timezone that the server is located in.
Last 6 months
The dashboard applies the following NQL time specification to the queries:
The NQL query takes into account one hundred and eighty 1-day time buckets. The amount of data that the last 30-day bucket contains depends on the time that the user loads the dashboard. This means that for the last 180 days, the user can see anywhere from 179 days of data to 179 days 23 hours 59 minutes of data.
The start of the day is defined by the timezone that the server is located in.
Last 1 year
The dashboard applies the following NQL time specification to the queries:
The NQL query takes into account three hundred and sixty-five 1-day time buckets. The amount of data that the last 30-day bucket contains depends on the time that the user loads the dashboard. This means that for the last 365 days, the user can see anywhere from 364 days of data to 364 days 23 hours 59 minutes of data.
The start of the day is defined by the timezone that the server is located in.
Custom date and time range
The timeframe picker allows you to select a custom date range and a custom time range. Specify start and end times if the total timeframe is less than 72 hours. If the timeframe exceeds 72 hours, the selection will default to a date range, spanning from midnight of the starting date to midnight of the day following the selected end date.
The options for the granularity selector will depend on the length of the timeframe you have selected.
Custom date range
When you select only dates without specifying times, the dashboard applies the following NQL time specification to the queries:
NQL time specification:
This translates to different time spans depending on the underlying data and any differences between the user's timezone and the server's timezone.
Bucketized events
For bucketized event data the query returns the last 7 complete days and the current day. Each day is defined as midnight to midnight of the server's timezone. If the server's timezone differs from the user's timezone, midnight server time is converted to the user's timezone.
Selected range = April 1st to April 3rd Viewer time = April 13, 18:39 Eastern Time (GMT-4) Server time = April 13, 16:39 Mountain Time (GMT-6)
Punctual events
For punctual event data, the query returns the last 7 complete days and the current day. Each day is defined as midnight to midnight of the user’s timezone.
Selected range = April 1st to April 3rd Viewer time = April 13, 18:39 Eastern Time (GMT-4) Server time = April 13, 16:39 Mountain Time (GMT-6)
Custom time range
If you select a date range of 8 days or fewer, you can also specify the start and end times.
Time ranges translate to the the following NQL:
Supported granularities
The available time granularity depends on the selected timeframe.
The time granularity drop-down only updates line charts.
NQL translation
By week note
The by week granularity does not align with the start of a calendar week. For example, if you are in the US where the week typically starts on Sunday, you might expect each data point to begin consistently on a Sunday. However, this is not the case. Instead, the system considers 7-day intervals starting from the beginning of the selected time period.
Example:
Current date and time: Friday, June 14, 10:00
Time duration: Last 30 days
Granularity: by week
By month note
The by month granularity does not align with the start of the calendar month. You might expect each data point to begin consistently on the first day of the month: January 1, February 1, March 1, etc. However, this is not the case. Instead, the system considers 30-day intervals starting from the beginning of the selected time period.
Example
Current date and time: Friday, June 14, 10:00
Time duration: Last 6 months
Granularity: by month
Applying time duration to widget NQL queries
The dashboard applies the timeframe picker duration and granularity to all NQL queries when possible.
The following scenarios exemplify query changes based on timeframes and granularity combinations.
Event table with no time specification
Original query in a widget:
Modified query:
Event table with a time specification
Original query in a widget:
Modified query:
Object table with with
or include
clauses
with
or include
clausesOriginal query in a widget:
Modified query:
devices
, users
, and binaries
tables
devices
, users
, and binaries
tablesOriginal query in a widget:
Modified query:
Applying granularity to a line chart NQL query
As mentioned above, the time granularity affects only the intervals displayed in the line charts. For all other chart types, granularity settings do not impact the query results. For instance, consider a dashboard containing the following widgets:
KPI displaying average CPU usage:
Line chart showing daily values of average CPU usage:
If you select the Last 24 hours option with the timeframe picker and set the granularity to By hour, the updated queries would be:
KPI:
Line chart:
Despite the line chart showing data points per hour, the KPI query would continue to return an average based on 15-minute bucket averages.
NQL examples
Refer to the Live Dashboards NQL examples documentation for more information.
RELATED TOPICS
Last updated