你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Azure Health Data Services 的日志记录
虽然活动日志可用于 Azure 门户中的每个 Azure 资源,但 Azure Health Data Services 会发出资源日志,其中包括两类日志:AuditLogs 和 DiagnosticLogs。
- AuditLogs 为医疗保健服务提供审核线索。 例如,当用户或应用程序访问 FHIR 服务时,将记录调用方 IP 地址和资源 URL。 每个服务都会发出所需的属性,并选择性地实现其他属性。
- DiagnosticLogs 提供有关服务操作的见解,例如日志级别(信息、警告或错误)和日志消息。
下面是 AuditLog 的示例:
{
"time": "2021-08-02 16:01:29Z",
"resourceId": "/SUBSCRIPTIONS/xxx/RESOURCEGROUPS/xxx/PROVIDERS/MICROSOFT.HEALTHCAREAPIS/SERVICES/xxx",
"operationName": "Microsoft.HealthcareApis/services/fhir-R4/search-type",
"category": "AuditLogs",
"resultType": "Started",
"resultSignature": 0,
"durationMs": 0,
"callerIpAddress": "::ffff:73.164.17.31",
"correlationId": "5d04211aaf172d43b83d9eb500464ec5",
"identity": {
"claims": {
"iss": "https://sts.windows.net/xxx/",
"oid": "xxx"
}
},
"level": "Informational",
"location": "South Central US",
"uri": "https://xxx.azurehealthcareapis.com:443/Patient",
"properties": {
"fhirResourceType": "Patient"
}
}