index=_internal source=*license_usage.log type="Usage"splunk_server=*earliest=-1w@d |evalDate=strftime(_time,"%A")|eventstatssum(b)as volume by idx, Date |evalMB=round(volume/1024/1024,5)|timechartfirst(MB)AS Volume by idx
|restsplunk_server=*/services/licenser/pools |rename title AS Pool |search[restsplunk_server=*/services/licenser/groups |searchis_active=1|evalstack_id=stack_ids |fields stack_id]|evalquota=if(isnull(effective_quota),quota,effective_quota)|eval"% of Quota Used"=round(used_bytes/quota*100,2)|fields"% of Quota Used"
index=_internal source=*license_usage.log type="Usage"|statssum(b)AS Volume by h |evalGB=round(Volume/1024/1024/1024,5)|table h GB |rename h as Host, GB as"GB Used"|sort- GB |head5