本文档介绍了 Google Cloud Managed Lustre 的审核日志记录。 Google Cloud 服务会生成审核日志,以记录 Google Cloud 资源中的管理和访问活动。如需详细了解 Cloud Audit Logs,请参阅以下内容:
服务名称
Google Cloud Managed Lustre 审核日志使用服务名称 lustre.googleapis.com。针对此服务的过滤条件:
protoPayload.serviceName="lustre.googleapis.com"
方法(按权限类型)
每个 IAM 权限都有一个 type 属性,该属性的值是一个枚举,可以是以下四个值之一:ADMIN_READ、ADMIN_WRITE、DATA_READ 或 DATA_WRITE。在您调用某个方法时,Google Cloud Managed Lustre 会生成一个审核日志,其类别取决于执行该方法所需权限的 type 属性。需要 IAM 权限且 type 属性值为 DATA_READ、DATA_WRITE 或 ADMIN_READ 的方法会生成数据访问审核日志。需要 IAM 权限且 type 属性值为 ADMIN_WRITE 的方法会生成管理员活动审核日志。
| 权限类型 | 方法 |
|---|---|
ADMIN_READ |
google.cloud.lustre.v1.Lustre.GetInstance |
ADMIN_WRITE |
google.cloud.lustre.v1.Lustre.CreateInstance (LRO)google.cloud.lustre.v1.Lustre.DeleteInstance (LRO)google.cloud.lustre.v1.Lustre.UpdateInstance (LRO) |
DATA_READ |
google.cloud.lustre.v1.Lustre.ExportData (LRO) |
DATA_WRITE |
google.cloud.lustre.v1.Lustre.ImportData (LRO) |
API 接口审核日志
如需了解如何针对每种方法评估权限以及评估哪些权限,请参阅 Google Cloud Managed Lustre 的 Identity and Access Management 文档。
google.cloud.lustre.v1.Lustre
以下审核日志与属于 google.cloud.lustre.v1.Lustre 的方法相关联。
CreateInstance
- 方法:
google.cloud.lustre.v1.Lustre.CreateInstance - 审核日志类型:管理员活动
- 权限:
lustre.instances.create - ADMIN_WRITE
- 方法是长时间运行的操作或流式传输操作:长时间运行的操作
- 此方法的过滤条件:
protoPayload.methodName="google.cloud.lustre.v1.Lustre.CreateInstance"
DeleteInstance
- 方法:
google.cloud.lustre.v1.Lustre.DeleteInstance - 审核日志类型:管理员活动
- 权限:
lustre.instances.delete - ADMIN_WRITE
- 方法是长时间运行的操作或流式传输操作:长时间运行的操作
- 此方法的过滤条件:
protoPayload.methodName="google.cloud.lustre.v1.Lustre.DeleteInstance"
ExportData
- 方法:
google.cloud.lustre.v1.Lustre.ExportData - 审核日志类型:数据访问
- 权限:
lustre.instances.exportData - DATA_READ
- 方法是长时间运行的操作或流式传输操作:长时间运行的操作
- 此方法的过滤条件:
protoPayload.methodName="google.cloud.lustre.v1.Lustre.ExportData"
GetInstance
- 方法:
google.cloud.lustre.v1.Lustre.GetInstance - 审核日志类型:数据访问
- 权限:
lustre.instances.get - ADMIN_READ
- 方法是长时间运行的操作或流式传输操作:否。
- 此方法的过滤条件:
protoPayload.methodName="google.cloud.lustre.v1.Lustre.GetInstance"
ImportData
- 方法:
google.cloud.lustre.v1.Lustre.ImportData - 审核日志类型:数据访问
- 权限:
lustre.instances.importData - DATA_WRITE
- 方法是长时间运行的操作或流式传输操作:长时间运行的操作
- 此方法的过滤条件:
protoPayload.methodName="google.cloud.lustre.v1.Lustre.ImportData"
UpdateInstance
- 方法:
google.cloud.lustre.v1.Lustre.UpdateInstance - 审核日志类型:管理员活动
- 权限:
lustre.instances.update - ADMIN_WRITE
- 方法是长时间运行的操作或流式传输操作:长时间运行的操作
- 此方法的过滤条件:
protoPayload.methodName="google.cloud.lustre.v1.Lustre.UpdateInstance"