|
I am attempting to calculate a running average with autoregress for a count of errors across a group of servers. I'm using the following query to get the data in 5-minute slices
How would I get a running average of the last four hours of the values generated here? Do I want to use something like
My experience here is very limited, so I'm certain there is much I don't know about what's going on here. |
|
I'd go this route:
http://www.splunk.com/base/Documentation/latest/SearchReference/Streamstats Thanks. This provided the kind of information I wanted.
(10 Mar '11, 23:49)
dang
|