Splunk Search

add sum of previous point to next minute value

rameshlpatel
Communicator

Hi,

I want increment graph, current minute transactions do sum with previous minute transaction and this will continue upto time range.

Please help me to achieve this .

Tags (2)
0 Karma
1 Solution

somesoni2
Revered Legend

Give this a try

your base search | bucket span=1m _time | stats count by _time | accum count

View solution in original post

somesoni2
Revered Legend

Give this a try

your base search | bucket span=1m _time | stats count by _time | accum count

rameshlpatel
Communicator

Thanks Its works now..

aweitzman
Motivator

Without knowing what your search is, it's hard to say exactly. That said, look into the "streamstats" command, which should allow you to generate a running total across your results, which you can then chart.

0 Karma

rameshlpatel
Communicator

Yes.You can say that.

0 Karma

somesoni2
Revered Legend

Are you asking for cumulative sum of transactions per minute?

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...