Splunk Search

How can I get Streamstats to Calculate all Fields?

aohls
Contributor

I am using the following search which returns a table with three rows:

    | streamstats current=f last(_time) as NewTime first(_time) as LastTask by Item
    | eval Duration=NewTime-_time
    | eval RunTime=(Duration/60)
    | table JobName, RunTime, _time

The issue I am having is that my time is only caluculated for two of the rows, the earliest two. The final record is not calculating a time so I am getting the following:

JobName,RunTime, _time
Name1, ,5:00
Name2,120,4:00
Name3,60,2:00

Is there a way I can force it to calculate the final time?

Tags (1)
0 Karma

somesoni2
Revered Legend

The problem is that there is no last(_time) for row appearing first in result (would be the last result if sorted by _time), hence no calculation is done. What should the RunTime value for it?

0 Karma
Get Updates on the Splunk Community!

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

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...