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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...