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/data-lake-analytics/data-lake-analytics-diagnostic-logs.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Diagnostic logging allows you to collect data access audit trails. These logs pr
31
31
32
32
* Select **Archive to a storage account** to store logs in an Azure storage account. Use this option if you want to archive the data. If you select this option, you must provide an Azure storage account to save the logs to.
33
33
34
-
* Select **Stream to an event hub** to stream log data to an Azure Event Hub. Use this option if you have a downstream processing pipeline that is analyzing incoming logs in real time. If you select this option, you must provide the details for the Azure Event Hub you want to use.
34
+
* Select **Stream to an event hub** to stream log data to an Azure Event Hubs. Use this option if you have a downstream processing pipeline that is analyzing incoming logs in real time. If you select this option, you must provide the details for the Azure Event Hubs you want to use.
35
35
36
36
* Select **Send to Log Analytics workspace** to send the data to the Azure Monitor service. Use this option if you want to use Azure Monitor logs to gather and analyze logs.
37
37
@@ -84,6 +84,10 @@ Diagnostic logging allows you to collect data access audit trails. These logs pr
Azure Data Lake Analytics provides a sample on how to process and analyze the log data. You can find the sample at [https://github.com/Azure/AzureDataLake/tree/master/Samples/AzureDiagnosticsSample](https://github.com/Azure/AzureDataLake/tree/master/Samples/AzureDiagnosticsSample).
90
+
87
91
## Log structure
88
92
89
93
The audit and request logs are in a structured JSON format.
@@ -144,8 +148,8 @@ Here's a sample entry in the JSON-formatted request log. Each blob has one root
144
148
| Path |String |The path the operation was performed on |
145
149
| RequestContentLength |int |The content length of the HTTP request |
146
150
| ClientRequestId |String |The identifier that uniquely identifies this request |
147
-
| StartTime |String |The time at which the server received the request |
148
-
| EndTime |String |The time at which the server sent a response |
151
+
| StartTime |String |The time when the server received the request |
152
+
| EndTime |String |The time when the server sent a response |
149
153
150
154
### Audit logs
151
155
@@ -181,7 +185,7 @@ Here's a sample entry in the JSON-formatted audit log. Each blob has one root ob
181
185
| category |String |The log category. For example, **Audit**. |
182
186
| operationName |String |Name of the operation that is logged. For example, JobSubmitted. |
183
187
| resultType |String |A substatus for the job status (operationName). |
184
-
| resultSignature |String |Additional details on the job status (operationName). |
188
+
| resultSignature |String |Extra details on the job status (operationName). |
185
189
| identity |String |The user that requested the operation. For example, [email protected]. |
186
190
| properties |JSON |See the next section (Audit log properties schema) for details |
187
191
@@ -205,10 +209,7 @@ Here's a sample entry in the JSON-formatted audit log. Each blob has one root ob
205
209
> [!NOTE]
206
210
> **SubmitTime**, **StartTime**, **EndTime**, and **Parallelism** provide information on an operation. These entries only contain a value if that operation has started or completed. For example, **SubmitTime** only contains a value after **operationName** has the value **JobSubmitted**.
207
211
208
-
## Process the log data
209
-
210
-
Azure Data Lake Analytics provides a sample on how to process and analyze the log data. You can find the sample at [https://github.com/Azure/AzureDataLake/tree/master/Samples/AzureDiagnosticsSample](https://github.com/Azure/AzureDataLake/tree/master/Samples/AzureDiagnosticsSample).
211
-
212
212
## Next steps
213
213
214
214
[Overview of Azure Data Lake Analytics](data-lake-analytics-overview.md)
0 commit comments