Splunk Search

How can I chart 24hr difference between Fields at exactly 7am over the last 7 days

waldez
Engager

I am capturing events every minute. Within the events, there is a continuously compounding field: "FlowTotal_Running_B".

At exactly 7am CT, I need to calculate the difference between the current value and the values 24hrs prior (this is "Daily_Total").

With this value I need to create a chart that lists the previous Daily_Totals by day.

Can someone help me out?

Thanks in Advance

0 Karma
1 Solution

somesoni2
Revered Legend

Try something like this

your base search | bucket span=1m _time | where strftime(_time,"%H:%M")="07:00" | stats values(FlowTotal_Running_B) as FlowTotal_Running_B by _time | detla FlowTotal_Running_B as Daily_Total

View solution in original post

0 Karma

somesoni2
Revered Legend

Try something like this

your base search | bucket span=1m _time | where strftime(_time,"%H:%M")="07:00" | stats values(FlowTotal_Running_B) as FlowTotal_Running_B by _time | detla FlowTotal_Running_B as Daily_Total
0 Karma

waldez
Engager

Spot on. Thanks!

0 Karma

somesoni2
Revered Legend

Glad it worked for you. Don't forget to mark it answered by clicking on "Accept"

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...