Splunk Search

Timechart: How to sum up all earlier values?

f_d
Engager

Hi, I want to create a timechart that shows the sum of all ealier values from another timechart.

As an example, I have a timechart as a base, like index=foo | timechart sum(field1). At t1 it has value 42, at t2 0 and at t3 -5.
The new timechart with the sum of all earlier values should show at t1 and t2 the value 42 and at t3 37.

How can that be achieved?

0 Karma
1 Solution

sundareshr
Legend

Try this

 index=foo | timechart sum(field1) as sum_fld1 | accum sum_fld1

View solution in original post

sundareshr
Legend

Try this

 index=foo | timechart sum(field1) as sum_fld1 | accum sum_fld1

f_d
Engager

Thanks. This works exactly as needed!

0 Karma
Get Updates on the Splunk Community!

Earn a $35 Gift Card for Answering our Splunk Admins & App Developer Survey

Survey for Splunk Admins and App Developers is open now! | Earn a $35 gift card!      Hello there,  Splunk ...

Continuing Innovation & New Integrations Unlock Full Stack Observability For Your ...

You’ve probably heard the latest about AppDynamics joining the Splunk Observability portfolio, deepening our ...

Monitoring Amazon Elastic Kubernetes Service (EKS)

As we’ve seen, integrating Kubernetes environments with Splunk Observability Cloud is a quick and easy way to ...