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!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...