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...

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...