Shortly after I posted this I made a change to the one line in question to add eval(recent=1) and eval(recent=0) | stats count(eval(recent=1)) as CurrentCount count(eval(recent=0)) as HistoricalCount by sourcetype host I am now getting the results that I expected.
... View more