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!

Splunk Platform | Upgrading your Splunk Deployment to Python 3.9

Splunk initially announced the removal of Python 2 during the release of Splunk Enterprise 8.0.0, aiming to ...

From Product Design to User Insights: Boosting App Developer Identity on Splunkbase

co-authored by Yiyun Zhu & Dan Hosaka Engaging with the Community at .conf24 At .conf24, we revitalized the ...

Detect and Resolve Issues in a Kubernetes Environment

We’ve gone through common problems one can encounter in a Kubernetes environment, their impacts, and the ...