Exchange Hub Transports |rex field=light "(?<status>.*)light" | eval status= "status:"+status $result.process$ ops_hub_performance The Hub Transport status shows whether the messaging infrastructure is capable of passing messages or not. Exchange Mailbox Stores |rex field=light "(?<status>.*)light" | eval status= "status:"+status ops_store_performance The Mailbox Store status shows whether the messaging infrastructure is capable of accepting messages for final delivery. Outbound Mail Reputation search?q=eventtype=senderbase-reputation NOT ip=overview |eval error=if(isnull(error),"",error) |stats latest(reputation) as reputation,latest(error) as error by ip,dnsbl |search reputation!="Good" |table ip,dnsbl,reputation,error Inbound SMTP Rate (per minute) msgtrack_inbound floor($click.value$) $custom_latest$ - 300 msgtrack_inbound?earliest=$custom_earliest$&latest=$custom_latest$ Outbound SMTP Rate (per minute) msgtrack_outbound floor($click.value$) $custom_latest$ - 300 msgtrack_outbound?earliest=$custom_earliest$&latest=$custom_latest$ User Submission Rate (per minute) ops_store_performance ops_store_performance Mailbox Delivery Rate (per minute) ops_store_performance ops_store_performance Top Local Recipients msgtrack?form.recipient=$row.recipient$&earliest=-60m&latest=now
Top Local Senders msgtrack?form.sender=$row.sender$&earliest=-60m&latest=now