Time filters

Prev Next

You can also filter search results by applying a timestamp filter to the end of the NDR IP address URL. When using a timestamp filter, the start time, end time, and timestamp format are required. Your timestamp filter must follow the ISO 8601 time and date formats.

https://<NDR_IPADDRESS>/?date=<START_TIME> TO <END_TIME> FORMAT <TIMESTAMP_FORMAT>

Note

Web browsers parse strings differently, therefore you may find inconsistent results across Web browsers. When applying a timestamp filter in the URL, always use the string + format in your timestamp filter.

You can automatically apply the date string filters shown below by using the matching date format in the URL.

Date Strings

Description

Format

2016-02-08

# A calendar date part

YYYY-MM-DD

2016-W06-5

# A week date part

YYYY-Www-D

2016-011

# An ordinal date part

YYYY-DDD

20160208

# Basic (short) full date

YYYYMMDD

2016W065

# Basic (short) week only

YYYYWwww

2016050

# Basic (short) ordinal date

YYYYDDD

To apply a date and time filter to your query, use the following ISO 8601 date and time formats:

Date Strings

Description

Format

2016-02-08T09

# A calendar date part and hour time part separated by a T

YYYY-MM-DDTHH

2016-02-08 09

# A calendar date part and hour time part separated by a space

YYYY-MM-DD HH

2016-02-08 09:30

# A calendar date part and hour and minute time part

YYYY-MM-DD HH:mm

2016-02-08 09:30:26

# A calendar date part and hour, minute, and second time part

YYYY-MM-DD HH:mm:ss

2016-02-08 09:30:26.123

# A calendar date part and hour, minute, second, and millisecond time part

YYYY-MM-DD HH:mm:ss.SSS

2016-02-08 24:00:00.000

# A calendar date part and 24 hour time part, with the minute, second, and millisecond time parts equal to 0 (means midnight the next day)

YYYY-MM-DD HH:mm:ss.SSS

20160208T080910,123

# Short date and time up to ms, separated by comma

YYYYMMDDTHHmmss,SSS

20160208T080910.123

# Short date and time up to ms

YYYYMMDDTHHmmss.SSS

20160208T080910

# Short date and time up to seconds

YYYYMMDDTHHmmss

20160208T0809

# Short date and time, up to minutes

YYYYMMDDTHHmm

20160208T08

# Short date and time, up to hours only

YYYYMMDDTHH

For example, if you want to filter your search results to return only documents within a start time of 2014-06-03T05:40:37.686 and an end time of 2014-06-06T07:31:23.840, enter the following URL in the address bar:

https://<IP>/?date=2014-06-03T05:40:37.686 TO 2014-06-06T07:31:23.840 FORMAT YYYY-MM-DDTHH:mm:ss.SSS