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!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...