Hi mark
I'll try to answer this:
In the docs about what splunk logs about itself link>, you can find the following information:
metrics.log
Contains periodic snapshots of Splunk performance and system data, including information about CPU usage by internal processors and queue usage in Splunk's data processing. The metrics.log file is a sampling of the **top ten items* in each category in 30 second intervals, based on the size of _raw. It can be used for limited analysis of volume trends for data inputs.*
license_usage.log
Indexed volume in bytes per pool, source, sourcetype, and host.
This means, if you want to get reliable information about your license usage you have to use license_usage.log. metrics.log can provide different results, because it only contains the top 10 hot data sources. You can change this setting in the [metrics] stanza in limits.conf .
Find further information on working with metrics.log here>
hope this helps and if my answer was wrong, I'm sure hexx and/or Ayn can provide a superb and detailed one 🙂
cheers,
MuS
... View more