Monitoring Splunk

Splunk license calculations

imacdonald2
Path Finder

We have hit our limit and I am trying to work out the source of the overage.

For today if I run

index="_internal" source="*metrics.log" per_index_thruput | timechart
span=1d sum(kb) by series

The sum total don't make sense to me,

It gives 35.30685103 GB and splunk is reporting 17,035 MB indexed, when I look at the license information.

How do I get an accurate report that tells me what has been indexed, verse what splunk counts as indexed data.

Tags (1)
0 Karma
1 Solution

imacdonald2
Path Finder

Looks like the way to calculate the numbers has changed in 4.2

The following is giving me better numbers.

index=_internal source=*license_usage.log | eval GB=b/1024/1024/1024 | timechart span=1d sum(GB) by st useother=0

View solution in original post

0 Karma

joshd
Builder

Check my answer to the question above along with my blog post I linked to in the answer.. there may be a few searches there that will appeal to you to track down the issue.

0 Karma

imacdonald2
Path Finder

Looks like the way to calculate the numbers has changed in 4.2

The following is giving me better numbers.

index=_internal source=*license_usage.log | eval GB=b/1024/1024/1024 | timechart span=1d sum(GB) by st useother=0

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 ...