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!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk, and empower your SOC to reach new heights! Duration: 1 hour  Prepare to ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...