Reporting

Implementing conditions between different lines in stats command

jarrebola
Explorer

I have extracted this data with the stats command.

jarrebola_1-1716884361179.png

The goal is to compare left timestamp (start time) of the second line with right timestamp of previous line (end time) and the condition will be like this

if (start next row > end previous row) 1:0; in this way I want to mark this lines with bool=1 if not bool=0

Please someone has some suggestion about how can I implement this?

Thanks in advance

 

 

Tags (2)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| streamstats window=1 current=f values(right_time) as previous_right_time

View solution in original post

jarrebola
Explorer

I already figured out ..

Thanks for your help ITWhisperer.

jarrebola_0-1716886398846.png

 

0 Karma

jarrebola
Explorer

Hi ITWhisperer, first I want to say Thanks !, now I have this with your suggestion, 

jarrebola_0-1716885750469.png

Now I need to compare the start time with previous right_time to set the bool field for every line, how I can do this please?

Thanks you !

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| streamstats window=1 current=f values(right_time) as previous_right_time
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Monitoring AI Agents with Splunk Observability Cloud

Let’s say I’m running a travel planning AI app in production. A user asks for three concise hotel options in ...

[Puzzles] Solve, Learn, Repeat: Tiling

This puzzle (first published here) is based on finding groups of tessellated tiles (inspired by floor tiles I ...

SOK it to Me: Top 3 Benefits of Using Splunk Operator on Kubernetes that’ll Make ...

    Thursday, July 9, 2026  |  11:00AM–12:00PM PDT Duration: 1 hour (includes Q&A) Managing can feel like a ...