Splunk Search

Using AVG function with count

jsights
New Member

I'm a brand new Splunk user, so I apologize if this is an extremely basic question. This is the query I'm running:

loggingAppId=ABC loggingOperationName=Operation.Name loggingMethodName=Logging.Method | timechart count by loggingAppId

This is functioning as expected. However, I would like to get the average of the results. i.e. If I run this for a 30 day time span, I'd like the average of those 30 days. Here's an example of a query I've attempted unsuccessfully to get this:

loggingAppId=ABC loggingOperationName=Operation.Name loggingMethodName=Logging.Method | stats avg count by loggingAppId

I'd greatly appreciate if someone could tell me what I'm doing wrong. Thanks a lot from a newbie!

Tags (1)
0 Karma

pradeepkumarg
Influencer
loggingAppId=ABC loggingOperationName=Operation.Name loggingMethodName=Logging.Method  | timechart span=1d count by loggingAppId | stats avg(count) by loggingAppId 
0 Karma
Get Updates on the Splunk Community!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...