Monitoring の監査ロギング

このドキュメントでは、Cloud Monitoring の監査ロギングについて説明します。Google Cloud サービスは、Google Cloud リソース内の管理アクティビティとアクセス アクティビティを記録する監査ログを生成します。 Cloud Audit Logs の詳細については、以下をご覧ください。

サービス名

Cloud Monitoring 監査ログでは、サービス名 monitoring.googleapis.com が使用されます。 このサービスでフィルタ:

    protoPayload.serviceName="monitoring.googleapis.com"
  

メソッド(権限タイプ別)

各 IAM 権限には type プロパティがあります。このプロパティの値は列挙型で、ADMIN_READADMIN_WRITEDATA_READDATA_WRITE のいずれかになります。メソッドを呼び出すと、Cloud Monitoring は監査ログを生成します。このログのカテゴリは、メソッドの実行に必要な権限の type プロパティによって異なります。type プロパティ値が DATA_READDATA_WRITE、または ADMIN_READ の IAM 権限を必要とするメソッドは、データアクセス監査ログを生成します。type プロパティ値が ADMIN_WRITE の IAM 権限を必要とするメソッドは、管理アクティビティ監査ログを生成します。

権限タイプ メソッド
ADMIN_READ google.monitoring.dashboard.v1.DashboardsService.GetDashboard
google.monitoring.dashboard.v1.DashboardsService.ListDashboards
google.monitoring.metricsscope.v1.MetricsScopes.GetMetricsScope
google.monitoring.metricsscope.v1.MetricsScopes.ListMetricsScopesByMonitoredProject
google.monitoring.v3.AlertPolicyService.GetAlertPolicy
google.monitoring.v3.AlertPolicyService.ListAlertPolicies
google.monitoring.v3.GroupService.GetGroup
google.monitoring.v3.GroupService.ListGroupMembers
google.monitoring.v3.GroupService.ListGroups
google.monitoring.v3.MetricService.GetMetricDescriptor
google.monitoring.v3.MetricService.ListMetricDescriptors
google.monitoring.v3.NotificationChannelService.GetNotificationChannel
google.monitoring.v3.NotificationChannelService.GetNotificationChannelVerificationCode
google.monitoring.v3.NotificationChannelService.ListNotificationChannels
google.monitoring.v3.ServiceMonitoringService.GetService
google.monitoring.v3.ServiceMonitoringService.GetServiceLevelObjective
google.monitoring.v3.ServiceMonitoringService.ListServiceLevelObjectives
google.monitoring.v3.ServiceMonitoringService.ListServices
google.monitoring.v3.SnoozeService.GetSnooze
google.monitoring.v3.SnoozeService.ListSnoozes
google.monitoring.v3.UptimeCheckService.GetUptimeCheckConfig
google.monitoring.v3.UptimeCheckService.ListUptimeCheckConfigs
ADMIN_WRITE google.monitoring.dashboard.v1.DashboardsService.CreateDashboard
google.monitoring.dashboard.v1.DashboardsService.DeleteDashboard
google.monitoring.dashboard.v1.DashboardsService.UpdateDashboard
google.monitoring.metricsscope.v1.MetricsScopes.CreateMonitoredProject
google.monitoring.metricsscope.v1.MetricsScopes.DeleteMonitoredProject
google.monitoring.v3.AlertPolicyService.CreateAlertPolicy
google.monitoring.v3.AlertPolicyService.DeleteAlertPolicy
google.monitoring.v3.AlertPolicyService.UpdateAlertPolicy
google.monitoring.v3.GroupService.CreateGroup
google.monitoring.v3.GroupService.DeleteGroup
google.monitoring.v3.GroupService.UpdateGroup
google.monitoring.v3.MetricService.CreateMetricDescriptor
google.monitoring.v3.MetricService.DeleteMetricDescriptor
google.monitoring.v3.NotificationChannelService.CreateNotificationChannel
google.monitoring.v3.NotificationChannelService.DeleteNotificationChannel
google.monitoring.v3.NotificationChannelService.UpdateNotificationChannel
google.monitoring.v3.NotificationChannelService.VerifyNotificationChannel
google.monitoring.v3.ServiceMonitoringService.CreateService
google.monitoring.v3.ServiceMonitoringService.CreateServiceLevelObjective
google.monitoring.v3.ServiceMonitoringService.DeleteService
google.monitoring.v3.ServiceMonitoringService.DeleteServiceLevelObjective
google.monitoring.v3.ServiceMonitoringService.UpdateService
google.monitoring.v3.ServiceMonitoringService.UpdateServiceLevelObjective
google.monitoring.v3.SnoozeService.CreateSnooze
google.monitoring.v3.SnoozeService.UpdateSnooze
google.monitoring.v3.UptimeCheckService.CreateUptimeCheckConfig
google.monitoring.v3.UptimeCheckService.DeleteUptimeCheckConfig
google.monitoring.v3.UptimeCheckService.UpdateUptimeCheckConfig
DATA_READ google.monitoring.prometheus.v1.PrometheusUpstream.LabelValues
google.monitoring.prometheus.v1.PrometheusUpstream.ListMetricMetadata
google.monitoring.prometheus.v1.PrometheusUpstream.QueryExemplars
google.monitoring.prometheus.v1.PrometheusUpstream.QueryInstant
google.monitoring.prometheus.v1.PrometheusUpstream.QueryLabels
google.monitoring.prometheus.v1.PrometheusUpstream.QueryRange
google.monitoring.prometheus.v1.PrometheusUpstream.QuerySeries
google.monitoring.v3.MetricService.ListTimeSeries
google.monitoring.v3.QueryService.QueryTimeSeries
DATA_WRITE google.monitoring.v3.AgentTranslationService.CreateCollectdTimeSeries
google.monitoring.v3.MetricService.CreateServiceTimeSeries
google.monitoring.v3.MetricService.CreateTimeSeries
google.monitoring.v3.NotificationChannelService.SendNotificationChannelVerificationCode

API インターフェースの監査ログ

各メソッドで評価される権限と評価方法については、Identity and Access Management のドキュメントで Cloud Monitoring の情報をご覧ください。

google.monitoring.dashboard.v1.DashboardsService

次の監査ログは、google.monitoring.dashboard.v1.DashboardsService に属するメソッドに関連付けられています。

CreateDashboard

  • メソッド: google.monitoring.dashboard.v1.DashboardsService.CreateDashboard
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.dashboards.create - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.dashboard.v1.DashboardsService.CreateDashboard"

DeleteDashboard

  • メソッド: google.monitoring.dashboard.v1.DashboardsService.DeleteDashboard
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.dashboards.delete - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.dashboard.v1.DashboardsService.DeleteDashboard"

GetDashboard

  • メソッド: google.monitoring.dashboard.v1.DashboardsService.GetDashboard
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.dashboards.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.dashboard.v1.DashboardsService.GetDashboard"

ListDashboards

  • メソッド: google.monitoring.dashboard.v1.DashboardsService.ListDashboards
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.dashboards.list - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.dashboard.v1.DashboardsService.ListDashboards"

UpdateDashboard

  • メソッド: google.monitoring.dashboard.v1.DashboardsService.UpdateDashboard
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.dashboards.update - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.dashboard.v1.DashboardsService.UpdateDashboard"

google.monitoring.metricsscope.v1.MetricsScopes

次の監査ログは、google.monitoring.metricsscope.v1.MetricsScopes に属するメソッドに関連付けられています。

CreateMonitoredProject

  • メソッド: google.monitoring.metricsscope.v1.MetricsScopes.CreateMonitoredProject
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.metricsScopes.link - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.metricsscope.v1.MetricsScopes.CreateMonitoredProject"

DeleteMonitoredProject

  • メソッド: google.monitoring.metricsscope.v1.MetricsScopes.DeleteMonitoredProject
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.metricsScopes.link - ADMIN_WRITE
  • メソッドが長時間実行オペレーションまたはストリーミング オペレーションのどちらであるか: 長時間実行オペレーション
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.metricsscope.v1.MetricsScopes.DeleteMonitoredProject"

GetMetricsScope

  • メソッド: google.monitoring.metricsscope.v1.MetricsScopes.GetMetricsScope
  • 監査ログのタイプ: データアクセス
  • 権限:
    • resourcemanager.projects.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.metricsscope.v1.MetricsScopes.GetMetricsScope"

ListMetricsScopesByMonitoredProject

  • メソッド: google.monitoring.metricsscope.v1.MetricsScopes.ListMetricsScopesByMonitoredProject
  • 監査ログのタイプ: データアクセス
  • 権限:
    • resourcemanager.projects.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.metricsscope.v1.MetricsScopes.ListMetricsScopesByMonitoredProject"

google.monitoring.prometheus.v1.PrometheusUpstream

次の監査ログは、google.monitoring.prometheus.v1.PrometheusUpstream に属するメソッドに関連付けられています。

LabelValues

  • メソッド: google.monitoring.prometheus.v1.PrometheusUpstream.LabelValues
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.timeSeries.list - DATA_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.prometheus.v1.PrometheusUpstream.LabelValues"

ListMetricMetadata

  • メソッド: google.monitoring.prometheus.v1.PrometheusUpstream.ListMetricMetadata
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.timeSeries.list - DATA_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.prometheus.v1.PrometheusUpstream.ListMetricMetadata"

QueryExemplars

  • メソッド: google.monitoring.prometheus.v1.PrometheusUpstream.QueryExemplars
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.timeSeries.list - DATA_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.prometheus.v1.PrometheusUpstream.QueryExemplars"

QueryInstant

  • メソッド: google.monitoring.prometheus.v1.PrometheusUpstream.QueryInstant
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.timeSeries.list - DATA_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.prometheus.v1.PrometheusUpstream.QueryInstant"

QueryLabels

  • メソッド: google.monitoring.prometheus.v1.PrometheusUpstream.QueryLabels
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.timeSeries.list - DATA_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.prometheus.v1.PrometheusUpstream.QueryLabels"

QueryRange

  • メソッド: google.monitoring.prometheus.v1.PrometheusUpstream.QueryRange
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.timeSeries.list - DATA_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.prometheus.v1.PrometheusUpstream.QueryRange"

QuerySeries

  • メソッド: google.monitoring.prometheus.v1.PrometheusUpstream.QuerySeries
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.timeSeries.list - DATA_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.prometheus.v1.PrometheusUpstream.QuerySeries"

google.monitoring.v3.AgentTranslationService

次の監査ログは、google.monitoring.v3.AgentTranslationService に属するメソッドに関連付けられています。

CreateCollectdTimeSeries

  • メソッド: google.monitoring.v3.AgentTranslationService.CreateCollectdTimeSeries
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.timeSeries.create - DATA_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.AgentTranslationService.CreateCollectdTimeSeries"

google.monitoring.v3.AlertPolicyService

次の監査ログは、google.monitoring.v3.AlertPolicyService に属するメソッドに関連付けられています。

CreateAlertPolicy

  • メソッド: google.monitoring.v3.AlertPolicyService.CreateAlertPolicy
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.alertPolicies.create - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.AlertPolicyService.CreateAlertPolicy"

DeleteAlertPolicy

  • メソッド: google.monitoring.v3.AlertPolicyService.DeleteAlertPolicy
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.alertPolicies.delete - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.AlertPolicyService.DeleteAlertPolicy"

GetAlertPolicy

  • メソッド: google.monitoring.v3.AlertPolicyService.GetAlertPolicy
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.alertPolicies.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.AlertPolicyService.GetAlertPolicy"

ListAlertPolicies

  • メソッド: google.monitoring.v3.AlertPolicyService.ListAlertPolicies
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.alertPolicies.list - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.AlertPolicyService.ListAlertPolicies"

UpdateAlertPolicy

  • メソッド: google.monitoring.v3.AlertPolicyService.UpdateAlertPolicy
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.alertPolicies.update - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.AlertPolicyService.UpdateAlertPolicy"

google.monitoring.v3.GroupService

次の監査ログは、google.monitoring.v3.GroupService に属するメソッドに関連付けられています。

CreateGroup

  • メソッド: google.monitoring.v3.GroupService.CreateGroup
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.groups.create - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.GroupService.CreateGroup"

DeleteGroup

  • メソッド: google.monitoring.v3.GroupService.DeleteGroup
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.groups.delete - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.GroupService.DeleteGroup"

GetGroup

  • メソッド: google.monitoring.v3.GroupService.GetGroup
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.groups.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.GroupService.GetGroup"

ListGroupMembers

  • メソッド: google.monitoring.v3.GroupService.ListGroupMembers
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.groups.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.GroupService.ListGroupMembers"

ListGroups

  • メソッド: google.monitoring.v3.GroupService.ListGroups
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.groups.list - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.GroupService.ListGroups"

UpdateGroup

  • メソッド: google.monitoring.v3.GroupService.UpdateGroup
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.groups.update - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.GroupService.UpdateGroup"

google.monitoring.v3.MetricService

次の監査ログは、google.monitoring.v3.MetricService に属するメソッドに関連付けられています。

CreateMetricDescriptor

  • メソッド: google.monitoring.v3.MetricService.CreateMetricDescriptor
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.metricDescriptors.create - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.MetricService.CreateMetricDescriptor"

CreateServiceTimeSeries

  • メソッド: google.monitoring.v3.MetricService.CreateServiceTimeSeries
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.timeSeries.create - DATA_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.MetricService.CreateServiceTimeSeries"

CreateTimeSeries

  • メソッド: google.monitoring.v3.MetricService.CreateTimeSeries
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.timeSeries.create - DATA_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.MetricService.CreateTimeSeries"

DeleteMetricDescriptor

  • メソッド: google.monitoring.v3.MetricService.DeleteMetricDescriptor
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.metricDescriptors.delete - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.MetricService.DeleteMetricDescriptor"

GetMetricDescriptor

  • メソッド: google.monitoring.v3.MetricService.GetMetricDescriptor
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.metricDescriptors.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.MetricService.GetMetricDescriptor"

ListMetricDescriptors

  • メソッド: google.monitoring.v3.MetricService.ListMetricDescriptors
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.metricDescriptors.list - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.MetricService.ListMetricDescriptors"

ListTimeSeries

  • メソッド: google.monitoring.v3.MetricService.ListTimeSeries
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.timeSeries.list - DATA_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.MetricService.ListTimeSeries"

google.monitoring.v3.NotificationChannelService

次の監査ログは、google.monitoring.v3.NotificationChannelService に属するメソッドに関連付けられています。

CreateNotificationChannel

  • メソッド: google.monitoring.v3.NotificationChannelService.CreateNotificationChannel
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.notificationChannels.create - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.NotificationChannelService.CreateNotificationChannel"

DeleteNotificationChannel

  • メソッド: google.monitoring.v3.NotificationChannelService.DeleteNotificationChannel
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.notificationChannels.delete - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.NotificationChannelService.DeleteNotificationChannel"

GetNotificationChannel

  • メソッド: google.monitoring.v3.NotificationChannelService.GetNotificationChannel
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.notificationChannels.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.NotificationChannelService.GetNotificationChannel"

GetNotificationChannelVerificationCode

  • メソッド: google.monitoring.v3.NotificationChannelService.GetNotificationChannelVerificationCode
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.notificationChannels.getVerificationCode - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.NotificationChannelService.GetNotificationChannelVerificationCode"

ListNotificationChannels

  • メソッド: google.monitoring.v3.NotificationChannelService.ListNotificationChannels
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.notificationChannels.list - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.NotificationChannelService.ListNotificationChannels"

SendNotificationChannelVerificationCode

  • メソッド: google.monitoring.v3.NotificationChannelService.SendNotificationChannelVerificationCode
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.notificationChannels.sendVerificationCode - DATA_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.NotificationChannelService.SendNotificationChannelVerificationCode"

UpdateNotificationChannel

  • メソッド: google.monitoring.v3.NotificationChannelService.UpdateNotificationChannel
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.notificationChannels.update - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.NotificationChannelService.UpdateNotificationChannel"

VerifyNotificationChannel

  • メソッド: google.monitoring.v3.NotificationChannelService.VerifyNotificationChannel
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.notificationChannels.verify - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.NotificationChannelService.VerifyNotificationChannel"

google.monitoring.v3.QueryService

次の監査ログは、google.monitoring.v3.QueryService に属するメソッドに関連付けられています。

QueryTimeSeries

  • メソッド: google.monitoring.v3.QueryService.QueryTimeSeries
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.timeSeries.list - DATA_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.QueryService.QueryTimeSeries"

google.monitoring.v3.ServiceMonitoringService

次の監査ログは、google.monitoring.v3.ServiceMonitoringService に属するメソッドに関連付けられています。

CreateService

  • メソッド: google.monitoring.v3.ServiceMonitoringService.CreateService
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.services.create - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.CreateService"

CreateServiceLevelObjective

  • メソッド: google.monitoring.v3.ServiceMonitoringService.CreateServiceLevelObjective
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.slos.create - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.CreateServiceLevelObjective"

DeleteService

  • メソッド: google.monitoring.v3.ServiceMonitoringService.DeleteService
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.services.delete - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.DeleteService"

DeleteServiceLevelObjective

  • メソッド: google.monitoring.v3.ServiceMonitoringService.DeleteServiceLevelObjective
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.slos.delete - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.DeleteServiceLevelObjective"

GetService

  • メソッド: google.monitoring.v3.ServiceMonitoringService.GetService
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.services.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.GetService"

GetServiceLevelObjective

  • メソッド: google.monitoring.v3.ServiceMonitoringService.GetServiceLevelObjective
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.slos.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.GetServiceLevelObjective"

ListServiceLevelObjectives

  • メソッド: google.monitoring.v3.ServiceMonitoringService.ListServiceLevelObjectives
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.slos.list - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.ListServiceLevelObjectives"

ListServices

  • メソッド: google.monitoring.v3.ServiceMonitoringService.ListServices
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.services.list - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.ListServices"

UpdateService

  • メソッド: google.monitoring.v3.ServiceMonitoringService.UpdateService
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.services.update - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.UpdateService"

UpdateServiceLevelObjective

  • メソッド: google.monitoring.v3.ServiceMonitoringService.UpdateServiceLevelObjective
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.slos.update - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.UpdateServiceLevelObjective"

google.monitoring.v3.SnoozeService

次の監査ログは、google.monitoring.v3.SnoozeService に属するメソッドに関連付けられています。

CreateSnooze

  • メソッド: google.monitoring.v3.SnoozeService.CreateSnooze
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.snoozes.create - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.SnoozeService.CreateSnooze"

GetSnooze

  • メソッド: google.monitoring.v3.SnoozeService.GetSnooze
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.snoozes.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.SnoozeService.GetSnooze"

ListSnoozes

  • メソッド: google.monitoring.v3.SnoozeService.ListSnoozes
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.snoozes.list - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.SnoozeService.ListSnoozes"

UpdateSnooze

  • メソッド: google.monitoring.v3.SnoozeService.UpdateSnooze
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.snoozes.update - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.SnoozeService.UpdateSnooze"

google.monitoring.v3.UptimeCheckService

次の監査ログは、google.monitoring.v3.UptimeCheckService に属するメソッドに関連付けられています。

CreateUptimeCheckConfig

  • メソッド: google.monitoring.v3.UptimeCheckService.CreateUptimeCheckConfig
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.uptimeCheckConfigs.create - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.UptimeCheckService.CreateUptimeCheckConfig"

DeleteUptimeCheckConfig

  • メソッド: google.monitoring.v3.UptimeCheckService.DeleteUptimeCheckConfig
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.uptimeCheckConfigs.delete - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.UptimeCheckService.DeleteUptimeCheckConfig"

GetUptimeCheckConfig

  • メソッド: google.monitoring.v3.UptimeCheckService.GetUptimeCheckConfig
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.uptimeCheckConfigs.get - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.UptimeCheckService.GetUptimeCheckConfig"

ListUptimeCheckConfigs

  • メソッド: google.monitoring.v3.UptimeCheckService.ListUptimeCheckConfigs
  • 監査ログのタイプ: データアクセス
  • 権限:
    • monitoring.uptimeCheckConfigs.list - ADMIN_READ
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.UptimeCheckService.ListUptimeCheckConfigs"

UpdateUptimeCheckConfig

  • メソッド: google.monitoring.v3.UptimeCheckService.UpdateUptimeCheckConfig
  • 監査ログのタイプ: 管理アクティビティ
  • 権限:
    • monitoring.uptimeCheckConfigs.update - ADMIN_WRITE
  • メソッドが長時間実行またはストリーミング オペレーションである: いいえ。
  • このメソッドのフィルタ: protoPayload.methodName="google.monitoring.v3.UptimeCheckService.UpdateUptimeCheckConfig"

監査ログを生成しないメソッド

メソッドが監査ログを生成しない理由は、次のいずれかの可能性があります。

  • これは、大量のログの生成とストレージのコストを要する大容量法です。
  • 監査値が低い。
  • 別の監査ログまたはプラットフォーム ログでメソッド カバレッジがすでに提供されている。

次のメソッドは監査ログを生成しません。

  • google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor
  • google.monitoring.v3.NotificationChannelService.ListNotificationChannelDescriptors
  • google.monitoring.v3.UptimeCheckService.ListUptimeCheckIps