Splunk Search

Getting max/last value on different period

Altexec
New Member

Hello,

I have an index with a field that record how long a computer has been running. Basically, when I display the information of a computer on 2 days I get this :

Capture.PNG

I would like to get the max value before each 'shutdown',  where the value reset to 0 after. Any simple way I could do that ?

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try something like this

| streamstats window=2 current=f latest(sys_cpu_total_ms) as previous_sys_cpu_total_ms
| eval max_before_reset=if(isnull(sys_cpu_total_ms) OR sys_cpu_total_ms==0, previous_sys_cpu_total_ms, null())
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...