Splunk Search

TOP 10 values

riqbal47010
Path Finder

I have a sample data from email logs where we have from and message size.
how can I extract "Top ten sending addresses by message size"
attaching sample data snapshot.

alt text

Tags (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Check out the top command. Also, the sort command has an option to limit the number of results.

---
If this reply helps you, Karma would be appreciated.
0 Karma

to4kawa
Ultra Champion

In this case:

your search
| table from size
| sort 10 - size
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...