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!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...