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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...