@@ -344,7 +344,7 @@ For log categories where the identity structure is not known, the entire identit
344344| ` ActivityName ` | ` azure.operation.name ` | Log Attribute |
345345| ` TaskName ` | ` azure.messaging.task.name ` | Log Attribute |
346346| ` OperationResult ` | ` error.type ` | Log Attribute |
347- | ` ErrorMessage ` | ` error.message ` (default), ` exception.message ` (when ` extension.azureencoding.EmitV1LogConventions ` is enabled) | Log Attribute |
347+ | ` ErrorMessage ` | ` error.message ` | Log Attribute |
348348| ` ErrorCount ` | ` azure.messaging.error.count ` | Log Attribute |
349349
350350### OperationalLogs
@@ -367,7 +367,7 @@ For log categories where the identity structure is not known, the entire identit
367367| ` EventProperties.Via ` | ` url.full ` with parsed ` url.scheme ` , ` url.domain ` , ` url.fragment ` , ` url.query ` , ` url.path ` and ` url.port ` . If unparsable - only ` url.original ` | Log Attribute |
368368| ` EventProperties.TrackingId ` | ` azure.service.request.id ` | Log Attribute |
369369| ` EventProperties.ErrorCode ` | ` error.code ` | Log Attribute |
370- | ` EventProperties.ErrorMessage ` | ` error.message ` (default), ` exception.message ` (when ` extension.azureencoding.EmitV1LogConventions ` is enabled) | Log Attribute |
370+ | ` EventProperties.ErrorMessage ` | ` error.message ` | Log Attribute |
371371
372372### RuntimeAuditLogs
373373
@@ -426,7 +426,7 @@ For log categories where the identity structure is not known, the entire identit
426426| ` SystemParameters ` | ` azure.datafactory.system_parameters ` | Log Attribute |
427427| ` Tags ` | ` azure.datafactory.tags ` | Log Attribute |
428428| ` Error.errorCode ` | ` error.code ` | Log Attribute |
429- | ` Error.message ` | ` error.message ` (default), ` exception.message ` (when ` extension.azureencoding.EmitV1LogConventions ` is enabled) | Log Attribute |
429+ | ` Error.message ` | ` error.message ` | Log Attribute |
430430| ` Error.failureType ` | ` error.type ` | Log Attribute |
431431| ` Error.target ` | ` error.target ` | Log Attribute |
432432| ` activityRunId ` | ` azure.datafactory.activity.run_id ` | Log Attribute |
@@ -449,7 +449,7 @@ For log categories where the identity structure is not known, the entire identit
449449| ` SystemParameters ` | ` azure.datafactory.system_parameters ` | Log Attribute |
450450| ` Tags ` | ` azure.datafactory.tags ` | Log Attribute |
451451| ` Error.errorCode ` | ` error.code ` | Log Attribute |
452- | ` Error.message ` | ` error.message ` (default), ` exception.message ` (when ` extension.azureencoding.EmitV1LogConventions ` is enabled) | Log Attribute |
452+ | ` Error.message ` | ` error.message ` | Log Attribute |
453453| ` Error.failureType ` | ` error.type ` | Log Attribute |
454454| ` Error.target ` | ` error.target ` | Log Attribute |
455455| ` runId ` | ` azure.datafactory.pipeline.run_id ` | Log Attribute |
@@ -471,7 +471,7 @@ For log categories where the identity structure is not known, the entire identit
471471| ` SystemParameters ` | ` azure.datafactory.system_parameters ` | Log Attribute |
472472| ` Tags ` | ` azure.datafactory.tags ` | Log Attribute |
473473| ` Error.errorCode ` | ` error.code ` | Log Attribute |
474- | ` Error.message ` | ` error.message ` (default), ` exception.message ` (when ` extension.azureencoding.EmitV1LogConventions ` is enabled) | Log Attribute |
474+ | ` Error.message ` | ` error.message ` | Log Attribute |
475475| ` Error.failureType ` | ` error.type ` | Log Attribute |
476476| ` Error.target ` | ` error.target ` | Log Attribute |
477477| ` triggerId ` | ` azure.datafactory.trigger.run_id ` | Log Attribute |
@@ -695,4 +695,4 @@ Activity Logs are a type of Azure platform log that provides insight into subscr
695695| ` currentHealthStatus ` | ` azure.resourcehealth.state ` | Log Attribute |
696696| ` previousHealthStatus ` | ` azure.resourcehealth.previous_state ` | Log Attribute |
697697| ` type ` | ` azure.resourcehealth.type ` | Log Attribute |
698- | ` cause ` | ` azure.resourcehealth.cause ` | Log Attribute |
698+ | ` cause ` | ` azure.resourcehealth.cause ` | Log Attribute |
0 commit comments