AHDSDicomDiagnosticLogs 테이블에 대한 쿼리
Azure Portal에서 이러한 쿼리를 사용하는 방법에 대한 자세한 내용은 Log Analytics 자습서를 참조하세요. REST API는 쿼리를 참조 하세요.
Dicom100 오류 코드 및 CorrelationId로 시작하는 로그당 로그 수
CorrelationId당 Dicom 서비스에서 내보낸 Dicom100 오류로 시작하는 로그 수를 가져옵니다. 결과에는 CorrelationId의 개수가 포함됩니다.
AHDSDicomDiagnosticLogs
| where Message startswith "DICOM100:"
| summarize Count = count() by CorrelationId