Azure Portal에서 이러한 쿼리를 사용하는 방법에 대한 자세한 내용은 Log Analytics 자습서를 참조하세요. REST API는 쿼리를 참조 하세요.
Bin 규칙 쿼리 기간
쿼리 기간이 있는 bin 규칙 목록을 가져옵니다.
LASummaryLogs
| summarize QueryDurationInSeconds = sum(QueryDurationMs)/1000 by RuleName, BinStartTime
| sort by QueryDurationInSeconds desc