Splunk Search

I want to calculate the Standard Deviation for the raw values that make a up the Average

Dark_Ichigo
Builder

I calculated an Average for a list of values AVG(numbers), I now have a list of those Averaged numbers with the number of transactions.

What I would like to do is calculate the Standard deviation for the raw values that make up the Average, Im confused on How to actually do that with Splunk...

0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

From what I gather, you can do both in the same search.

your_search | stats avg(numbers) stdev(numbers) by trans_id

If you want it over all events, exclude the by trans_id clause.

http://docs.splunk.com/Documentation/Splunk/5.0/SearchReference/Commonstatsfunctions

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...