Share via


AMSStreamingEndpointRequests 數據表的查詢

用戶端IP成功串流端點要求計數

摘要說明不同用戶端IP成功串流端點要求的計數。

AMSStreamingEndpointRequests
| where Status == "200"
| summarize Count = count() by ClientIP

串流端點資訊要求

清單 記錄層級等於參考的串流端點要求詳細數據。

AMSStreamingEndpointRequests
| where Level == "Informational"
| project _ResourceId, ClientIP, URL
| limit 100