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!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Building Momentum: Splunk Developer Program at .conf25

At Splunk, developers are at the heart of innovation. That’s why this year at .conf25, we officially launched ...