Splunk Search

How i can calculate average of each event type

Amandeepsin
New Member

index="sc-general" info AND(heartbeat OR Successfully) NOT(created) | rex ":\s+(?\w+)" | eval entry_type=if(entry_type == "Successfully", "File", entry_type) | timechart count by entry_type

Now, I want to calculate average of each event type on this chart. help me with this

Tags (1)
0 Karma

Richfez
SplunkTrust
SplunkTrust

Your search came through a bit garbled, but I believe you can just change your timechart at the end to

| timechart count, avg(MyField) by entry_type

filling in whatever "MyField" that you wanted to average was.

0 Karma

Richfez
SplunkTrust
SplunkTrust

If this worked for you, could you please Accept the Answer so that others searching here will benefit?

Thanks!
Rich

0 Karma
Get Updates on the Splunk Community!

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...