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!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...