Which of the following commands will show the maximum bytes?
sourcetype=access_* | maximum totals by bytes
sourcetype=access_* | avg (bytes)
sourcetype=access_* | stats max(bytes)
sourcetype=access_* | max(bytes)
Submit