Splunk Search

How to search and table the daily average per value of another field?

epsplnkusr
New Member

In my logs, I capture application errors and the log includes the application version. I have figured out with the search below how to get a daily average of all errors logged by any version:

 <My Query for Error Condition>
 | bucket _time span=1d
 | stats count by _time
 | stats avg(count) as AverageCountPerDay

This gives me a single value of average logged errors. What I want to do next is have a table output, listing the average errors for each of the version values in my Application. Instead of a single value for all the output, I would have multiple rows with the columns: Version and Avg Daily Errors

0 Karma

jluo_splunk
Splunk Employee
Splunk Employee

Hi epsplnkusr,

If you can parse out the version #, you could do something like..

... | stats avg(count) by version | rename avg(count) as "AverageCountPerDay"

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...