You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/dicom/enable-diagnostic-logging.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.date: 03/02/2022
9
9
ms.author: mmitrik
10
10
---
11
11
12
-
# Enable Audit and Diagnostic Logging in the DICOM service
12
+
# Enable audit and diagnostic logging in the DICOM service
13
13
14
14
In this article, you'll learn how to enable diagnostic logging in DICOM service and be able to review some sample queries for these logs. Access to diagnostic logs is essential for any healthcare service where compliance with regulatory requirements is a must. The feature in DICOM service enables diagnostic logs is the [Diagnostic settings](../../azure-monitor/essentials/diagnostic-settings.md) in the Azure portal.
15
15
@@ -45,12 +45,12 @@ In this article, you'll learn how to enable diagnostic logging in DICOM service
45
45
46
46
For information on how to work with diagnostic logs, see [Azure Resource Log documentation](../../azure-monitor/essentials/platform-logs-overview.md)
47
47
48
-
## Log Details
49
-
The log schema used differ based on the destination. Log Analytics has a schema that will differ from other destinations. Each log type will also have a schema that differs.
48
+
## Log details
49
+
The log schema used differs based on the destination. Log Analytics has a schema that will differ from other destinations. Each log type will also have a schema that differs.
50
50
51
51
### Audit log details
52
52
53
-
#### Raw Logs
53
+
#### Raw logs
54
54
55
55
The DICOM service returns the following fields in the audit log as seen when streamed outside of Log Analytics:
56
56
@@ -69,7 +69,7 @@ The DICOM service returns the following fields in the audit log as seen when str
69
69
|level|String|Log level (Informational, Error).
70
70
71
71
72
-
#### Log Analytics Logs
72
+
#### Log Analytics logs
73
73
74
74
The DICOM service returns the following fields in the audit log in Log Analytics:
75
75
@@ -88,9 +88,9 @@ The DICOM service returns the following fields in the audit log in Log Analytics
88
88
|TenantId|String| Tenant ID.
89
89
90
90
91
-
### Dignostic log details
91
+
### Diagnostic log details
92
92
93
-
#### Raw Logs
93
+
#### Raw logs
94
94
95
95
The DICOM service returns the following fields in the audit log as seen when streamed outside of Log Analytics:
96
96
@@ -106,7 +106,7 @@ The DICOM service returns the following fields in the audit log as seen when str
106
106
|properties|String|Additional information about the event in JSON array format. Examples include DICOM identifiers present in the request.
107
107
|level|String|Log level (Informational, Error).
108
108
109
-
#### Log Analytics Logs
109
+
#### Log Analytics logs
110
110
111
111
The DICOM service returns the following fields in the audit log in Log Analytics:
0 commit comments