Splunk Search

Find size (in bytes?) of search results

thepocketwade
Path Finder

I'm running a search that compiles its results in a table by source and displays the number of logs per source. I'm trying to also find the total size of the logs by source. Is this possible? I've tried using eval length=len(_raw), but that only gives the length of each individual log.

Tags (1)
1 Solution

Ron_Naken
Splunk Employee
Splunk Employee
* | eval l=len(_raw) | stats sum(l) count by source

View solution in original post

Ron_Naken
Splunk Employee
Splunk Employee
* | eval l=len(_raw) | stats sum(l) count by source

thepocketwade
Path Finder

Thanks, I knew it would turn out to be something simple I was missing

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

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

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...