Splunk Search

How to calculate days for past and future days?

DataOrg
Builder

Hello,

I want to calculate the days in difference like below like future days should be in positive and past days should be negative

i tried eval diff=(now()-_time) and did strftime(diff,"%D") but here all are in positive days. i want the past days in negative

Date Difference in Days  
04-02-2022 -5  
05-02-2022 -4  
06-02-2022 -3  
07-02-2022 -2  
08-02-2022 -1  
09-02-2022 0 Today Date
10-02-2022 1  
11-02-2022 2  
12-02-2022 3  
13-02-2022 4  
Labels (4)
Tags (3)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| eval diff=floor((_time-now())/(60*60*24))

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust
| eval diff=floor((_time-now())/(60*60*24))
Get Updates on the Splunk Community!

Monitoring Amazon Elastic Kubernetes Service (EKS)

As we’ve seen, integrating Kubernetes environments with Splunk Observability Cloud is a quick and easy way to ...

Cloud Platform & Enterprise: Classic Dashboard Export Feature Deprecation

As of Splunk Cloud Platform 9.3.2408 and Splunk Enterprise 9.4, classic dashboard export features are now ...

Explore the Latest Educational Offerings from Splunk (November Releases)

At Splunk Education, we are committed to providing a robust learning experience for all users, regardless of ...