Splunk Search

Is there a way to do calculation on streamstats values?

yma8000
New Member

Hi folks, newbie here, trying to use Splunk to do some stuff...

I have a search that ends like below:

| table DaysSinceLastAccess Good IdealbutUnlikely NotGood Actual
| sort by num(DaysSinceLastAccess)
| streamstats sum(Actual) as ActualCumulative

So has the stats as:

alt text

I would like to calculate the total on column Actual, via addcoltotals? then divide each row by this total.

How can I achieve this?

0 Karma
1 Solution

pradeepkumarg
Influencer

Append below to your search

 | eventstats sum(Actual) as Total | eval yourNewField = ActualCumulative/Total 

View solution in original post

pradeepkumarg
Influencer

Append below to your search

 | eventstats sum(Actual) as Total | eval yourNewField = ActualCumulative/Total 

yma8000
New Member

thanks! exactly what i wanted.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...