Getting Data In

"Calculating the difference in minutes between the current time and a given time."

Bracha
Path Finder

I'm trying to calculate the minute difference between two times
and get an empty field

 

.........base search here.........
|end_time = 2024-09-24 08:17:13.014337+00:00
|eval end_time = strptime(end_time_epoch, "%Y:%m:%d %H:%M:%S")
|eval _time = now()
|eval time_epoch = strptime(time_epoch, "%Y:%m:%d %H:%M:%S")
|eval diff = (time_epoch-end_time)/60

 

Labels (1)
0 Karma
1 Solution

inventsekar
SplunkTrust
SplunkTrust

Hi @Bracha Pls check this:

| makeresults | eval end_time="2024-09-24 08:17:13.014337+00:00"
|eval end_timeepoch = strptime(end_time, "%Y-%m-%d %H:%M:%S.%6Q+00:00")
|eval _time = now()
|eval diff = (end_timeepoch-_time)/60 | table end_time end_timeepoch _time diff

inventsekar_0-1728972499048.png

 

thanks and best regards,
Sekar

PS - If this or any post helped you in any way, pls consider upvoting, thanks for reading !

View solution in original post

0 Karma

inventsekar
SplunkTrust
SplunkTrust

Hi @Bracha Pls check this:

| makeresults | eval end_time="2024-09-24 08:17:13.014337+00:00"
|eval end_timeepoch = strptime(end_time, "%Y-%m-%d %H:%M:%S.%6Q+00:00")
|eval _time = now()
|eval diff = (end_timeepoch-_time)/60 | table end_time end_timeepoch _time diff

inventsekar_0-1728972499048.png

 

thanks and best regards,
Sekar

PS - If this or any post helped you in any way, pls consider upvoting, thanks for reading !
0 Karma

Bracha
Path Finder

thanks @inventsekar 

it solved!

0 Karma

inventsekar
SplunkTrust
SplunkTrust

@Bracha could you pls accept it as solution, thanks. 

thanks and best regards,
Sekar

PS - If this or any post helped you in any way, pls consider upvoting, thanks for reading !
Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Dynamic formatting from XML events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...