Audit logging

This document describes audit logging for Google Cloud Managed Lustre. Google Cloud services generate audit logs that record administrative and access activities within your Google Cloud resources. For more information about Cloud Audit Logs, see the following:

Service name

Managed Lustre audit logs use the service name lustre.googleapis.com. Filter for this service:

    protoPayload.serviceName="lustre.googleapis.com"
  

Methods by permission type

Each IAM permission has a type property, whose value is an enum that can be one of four values: ADMIN_READ, ADMIN_WRITE, DATA_READ, or DATA_WRITE. When you call a method, Managed Lustre generates an audit log whose category is dependent on the type property of the permission required to perform the method. Methods that require an IAM permission with the type property value of DATA_READ, DATA_WRITE, or ADMIN_READ generate Data Access audit logs. Methods that require an IAM permission with the type property value of ADMIN_WRITE generate Admin Activity audit logs.

Permission type Methods
ADMIN_READ google.cloud.lustre.v1.Lustre.GetInstance
ADMIN_WRITE google.cloud.lustre.v1.Lustre.CreateInstance
google.cloud.lustre.v1.Lustre.DeleteInstance
google.cloud.lustre.v1.Lustre.UpdateInstance
DATA_READ google.cloud.lustre.v1.Lustre.ExportData
DATA_WRITE google.cloud.lustre.v1.Lustre.ImportData

API interface audit logs

For information about how and which permissions are evaluated for each method, see the Identity and Access Management documentation for Managed Lustre.

google.cloud.lustre.v1.Lustre

The following audit logs are associated with methods belonging to google.cloud.lustre.v1.Lustre.

CreateInstance

  • Method: google.cloud.lustre.v1.Lustre.CreateInstance
  • Audit log type: Admin activity
  • Permissions:
    • lustre.instances.create - ADMIN_WRITE
  • Method is a long-running or streaming operation: Long-running operation
  • Filter for this method: protoPayload.methodName="google.cloud.lustre.v1.Lustre.CreateInstance"

DeleteInstance

  • Method: google.cloud.lustre.v1.Lustre.DeleteInstance
  • Audit log type: Admin activity
  • Permissions:
    • lustre.instances.delete - ADMIN_WRITE
  • Method is a long-running or streaming operation: Long-running operation
  • Filter for this method: protoPayload.methodName="google.cloud.lustre.v1.Lustre.DeleteInstance"

ExportData

  • Method: google.cloud.lustre.v1.Lustre.ExportData
  • Audit log type: Data access
  • Permissions:
    • lustre.instances.exportData - DATA_READ
  • Method is a long-running or streaming operation: Long-running operation
  • Filter for this method: protoPayload.methodName="google.cloud.lustre.v1.Lustre.ExportData"

GetInstance

  • Method: google.cloud.lustre.v1.Lustre.GetInstance
  • Audit log type: Data access
  • Permissions:
    • lustre.instances.get - ADMIN_READ
  • Method is a long-running or streaming operation: No.
  • Filter for this method: protoPayload.methodName="google.cloud.lustre.v1.Lustre.GetInstance"

ImportData

  • Method: google.cloud.lustre.v1.Lustre.ImportData
  • Audit log type: Data access
  • Permissions:
    • lustre.instances.importData - DATA_WRITE
  • Method is a long-running or streaming operation: Long-running operation
  • Filter for this method: protoPayload.methodName="google.cloud.lustre.v1.Lustre.ImportData"

UpdateInstance

  • Method: google.cloud.lustre.v1.Lustre.UpdateInstance
  • Audit log type: Admin activity
  • Permissions:
    • lustre.instances.update - ADMIN_WRITE
  • Method is a long-running or streaming operation: Long-running operation
  • Filter for this method: protoPayload.methodName="google.cloud.lustre.v1.Lustre.UpdateInstance"