| filter @type = “REPORT”
 | stats max(@initDuration) as maxInit,
     min(@initDuration) as minInit,
     avg(@initDuration) as avgInit