Splunk Search

Time stamp

smanojkumar
Contributor

Start_Time=092659
Start_Date=20220908

My requirement is to find the job amount many jobs that runs longer than a day, the above 2 fields relates the job start date and time, 

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

If these fields are already strings, you can do something like this

| eval Start_Timestamp=strptime(Start_Date.Start_Time,"%Y%m%d%H%M%S")

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

You will need more information than that - when does the job end? how are the events with the job start related to the events for the job end?

0 Karma

smanojkumar
Contributor

these jobs are currently running, so we won't have job end details.

I tried to compare with current time stamp (after converting current time to seconds) and if its greater than 86400 seconds, then the alert should trigger, but I'm having the field in separate for date and time (Start_Date , Start_Time), I'm not sure to club it and convert to seconds.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

If these fields are already strings, you can do something like this

| eval Start_Timestamp=strptime(Start_Date.Start_Time,"%Y%m%d%H%M%S")
Get Updates on the Splunk Community!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...