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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...