Splunk Search

How to check log volume indexed per day in a particular index

asharma21193
New Member

I want to calculate the total volume of logs index per day for a particular index. is there any search query for the same ?

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

Try this query:

index=_internal source=*metrics.log group=per_index_thruput series=<a particular index>
| eval GB=kb/1024/1024 | timechart span=1d sum(GB) as GB | eval GB=round(GB,2)
---
If this reply helps you, Karma would be appreciated.

View solution in original post

woodcock
Esteemed Legend

Try Meta Woot! app. It breaks down license usage even to the host level.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try this query:

index=_internal source=*metrics.log group=per_index_thruput series=<a particular index>
| eval GB=kb/1024/1024 | timechart span=1d sum(GB) as GB | eval GB=round(GB,2)
---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...