Splunk Search

Trying to find events greater than the average wtih streamstats

pp_mills
New Member

Hi Guru's. I am trying to find events greater than the average of the last 10. I also want to display my results in a table. It doesn't work.
Here is my search string.

index="mydata" |streamstats avg(totalms) as myavg current=f window=10|search totalms>myavg |table totalms myavg

Tags (1)
0 Karma

bwooden
Splunk Employee
Splunk Employee

In this case, you may get better results using the where command which uses eval expressions to filter results.

index="mydata" 
  | streamstats avg(totalms) as myavg current=f window=10 
  | where totalms>myavg 
  | table totalms myavg
0 Karma

pp_mills
New Member

That worked perfectly!
thanks so much. My wife thanks you too. I get to go home now 🙂

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...