Splunk Search

Can anyone please explain what this eval function is?

Deepali529
Explorer

if(_time>relative_time((now),"-0d@d")
AND _time

Tags (2)
0 Karma
1 Solution

javiergn
Super Champion

If the event time (_time) is greater than the current time (now) rounded to the nearest day (relative_time(now, "-0d@d")) then do something.

See relative_time and now() documentation

If helps, "-0d@d" and "@d" are equivalent. See the time modifiers page for more information.

Thanks,
J

View solution in original post

aaraneta_splunk
Splunk Employee
Splunk Employee

Hi @Deepali529 - Did one of the answers below help solve your question? If yes, please click on "Accept" below the best answer to resolve this post. If not, please comment with feedback. Thank you!

0 Karma

sundareshr
Legend

_time represents the time the event occurred.
relative_time() : takes an time (epoch), as the first argument and a relative time difference, as the second argument and returns the epochtime value of difference from time. In you example, it will return "-0d@d" which is same as start of day = TODAY() at 12:00:00.

http://docs.splunk.com/Documentation/Splunk/6.5.0/SearchReference/CommonEvalFunctions

0 Karma

javiergn
Super Champion

If the event time (_time) is greater than the current time (now) rounded to the nearest day (relative_time(now, "-0d@d")) then do something.

See relative_time and now() documentation

If helps, "-0d@d" and "@d" are equivalent. See the time modifiers page for more information.

Thanks,
J

Get Updates on the Splunk Community!

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...

Splunk App Developers | .conf25 Recap & What’s Next

If you stopped by the Builder Bar at .conf25 this year, thank you! The retro tech beer garden vibes were ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...