[ | tstats count where punct=#* by index, sourcetype | fields - count | format ] _raw=#*
[ | tstats count where punct=#* by index, sourcetype | fields - count | format ] _raw=#*
| eval gb=len(_raw)/pow(1024,3)
| timechart span=1d sum(gb)