User Tools

Site Tools


infoblox_nios:reporting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
infoblox_nios:reporting [2026/02/16 02:59] bstaffordinfoblox_nios:reporting [2026/03/19 22:53] (current) – [Licence] bstafford
Line 29: Line 29:
   * 200GB   * 200GB
   * 500GB   * 500GB
 +
 +=====  Reporing Usage =====
 +You can use this search to review the usage and generate a predictive model of their future usage: 
 +<code>index=_internal source=*license_usage.log* type=Usage
 +| eval GB_used = b/1024/1024/1024
 +| timechart span=1d sum(GB_used) AS GB_used
 +| predict GB_used AS GB_forecast future_timespan=90 holdback=0</code>
infoblox_nios/reporting.1771210771.txt.gz · Last modified: by bstafford