Which of the following searches will show the number of categoryld used by each host?
Sourcetype=access_* |sum bytes by host
Sourcetype=access_* |stats sum(categorylD. by host
Sourcetype=access_* |sum(bytes) by host
Sourcetype=access_* |stats sum by host
Submit