Logging Audit Cloud Profiler

Dokumen ini menjelaskan logging audit untuk Cloud Profiler. Layanan Google Cloud menghasilkan log audit yang mencatat aktivitas administratif dan akses dalam resource Google Cloud Anda. Untuk informasi selengkapnya tentang Cloud Audit Logs, lihat referensi berikut:

Nama layanan

Log audit Cloud Profiler menggunakan nama layanan cloudprofiler.googleapis.com. Filter untuk layanan ini:

    protoPayload.serviceName="cloudprofiler.googleapis.com"
  

Metode menurut jenis izin

Setiap izin IAM memiliki properti type, yang nilainya adalah enum yang dapat berupa salah satu dari empat nilai: ADMIN_READ, ADMIN_WRITE, DATA_READ, atau DATA_WRITE. Saat Anda memanggil metode, Cloud Profiler akan membuat log audit yang kategorinya bergantung pada properti type izin yang diperlukan untuk menjalankan metode. Metode yang memerlukan izin IAM dengan nilai properti type DATA_READ, DATA_WRITE, atau ADMIN_READ akan menghasilkan log audit Akses Data. Metode yang memerlukan izin IAM dengan nilai properti type dari ADMIN_WRITE akan membuat log audit Aktivitas Admin.

Jenis izin Metode
DATA_READ google.devtools.cloudprofiler.v2.ExportService.ListProfiles
DATA_WRITE google.devtools.cloudprofiler.v2.ProfilerService.CreateOfflineProfile
google.devtools.cloudprofiler.v2.ProfilerService.CreateProfile
google.devtools.cloudprofiler.v2.ProfilerService.UpdateProfile

Log audit antarmuka API

Untuk mengetahui informasi tentang cara dan izin mana yang dievaluasi untuk setiap metode, lihat dokumentasi Identity and Access Management untuk Cloud Profiler.

google.devtools.cloudprofiler.v2.ExportService

Log audit berikut dikaitkan dengan metode yang termasuk dalam google.devtools.cloudprofiler.v2.ExportService.

ListProfiles

  • Metode: google.devtools.cloudprofiler.v2.ExportService.ListProfiles
  • Jenis log audit: Akses data
  • Izin:
    • cloudprofiler.profiles.list - DATA_READ
  • Metode adalah operasi streaming atau yang berjalan lama: Tidak.
  • Filter untuk metode ini: protoPayload.methodName="google.devtools.cloudprofiler.v2.ExportService.ListProfiles"

google.devtools.cloudprofiler.v2.ProfilerService

Log audit berikut dikaitkan dengan metode yang termasuk dalam google.devtools.cloudprofiler.v2.ProfilerService.

CreateOfflineProfile

  • Metode: google.devtools.cloudprofiler.v2.ProfilerService.CreateOfflineProfile
  • Jenis log audit: Akses data
  • Izin:
    • cloudprofiler.profiles.create - DATA_WRITE
  • Metode adalah operasi streaming atau yang berjalan lama: Tidak.
  • Filter untuk metode ini: protoPayload.methodName="google.devtools.cloudprofiler.v2.ProfilerService.CreateOfflineProfile"

CreateProfile

  • Metode: google.devtools.cloudprofiler.v2.ProfilerService.CreateProfile
  • Jenis log audit: Akses data
  • Izin:
    • cloudprofiler.profiles.create - DATA_WRITE
  • Metode adalah operasi streaming atau yang berjalan lama: Tidak.
  • Filter untuk metode ini: protoPayload.methodName="google.devtools.cloudprofiler.v2.ProfilerService.CreateProfile"

UpdateProfile

  • Metode: google.devtools.cloudprofiler.v2.ProfilerService.UpdateProfile
  • Jenis log audit: Akses data
  • Izin:
    • cloudprofiler.profiles.update - DATA_WRITE
  • Metode adalah operasi streaming atau yang berjalan lama: Tidak.
  • Filter untuk metode ini: protoPayload.methodName="google.devtools.cloudprofiler.v2.ProfilerService.UpdateProfile"