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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...