Splunk Search

Is the time range for search inclusive or exclusive

rajiv_abraham
Explorer

Hi,

When I search using the Python API and provide earliest_time and latest_time, I guess it is an inclusive range, but can anyone confirm with documentation?

Thanks!

0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Earliest is inclusive, latest is exclusive. In math terms, [earliest, latest).
It has to be one of each, else events would be missed or doubled if you schedule a search over an hour time range every hour.
Logically, -d@d to @d then gives you "everything with a date of yesterday and any time" - sounds very sane to me.

The docs aren't very explicit on that, the bottom example backs this up here though: http://docs.splunk.com/Documentation/Splunk/6.4.2/Search/Specifytimemodifiersinyoursearch#Examples_o...

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

Earliest is inclusive, latest is exclusive. In math terms, [earliest, latest).
It has to be one of each, else events would be missed or doubled if you schedule a search over an hour time range every hour.
Logically, -d@d to @d then gives you "everything with a date of yesterday and any time" - sounds very sane to me.

The docs aren't very explicit on that, the bottom example backs this up here though: http://docs.splunk.com/Documentation/Splunk/6.4.2/Search/Specifytimemodifiersinyoursearch#Examples_o...

Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...