במאמר הזה מוסבר על רישום ביומני ביקורת במסגרת Cloud Monitoring.שירותי Google Cloud יוצרים יומני ביקורת שבהם מתועדים אירועי גישה למשאבי Google Cloud ופעילויות אדמין שנעשות בהם. אתם יכולים לקרוא מידע נוסף על יומני הביקורת של Cloud במאמרים האלה:
- הסוגים של יומני הביקורת
- המבנה של רשומות ביומני הביקורת
- שמירה וניתוב של יומני ביקורת
- מחירון מקוצר של Cloud Logging
- הפעלת יומני ביקורת של גישה לנתונים
שם השירות
יומני הביקורת של Cloud Monitoring משתמשים בשם השירות monitoring.googleapis.com.
אתם יכולים לסנן לפי השירות הזה:
protoPayload.serviceName="monitoring.googleapis.com"
Methods לפי סוג ההרשאה
לכל הרשאה ב-IAM יש מאפיין type עם enum שיכול להיות אחד מארבעת הערכים הבאים: ADMIN_READ, ADMIN_WRITE, DATA_READ או DATA_WRITE. כשקוראים ל-method, ב-Cloud Monitoring נוצר יומן ביקורת שהקטגוריה שלו תלויה במאפיין type של ההרשאה שנדרשת לביצוע ה-method.
ה-methods שבשבילן צריך הרשאה ב-IAM עם הערכים DATA_READ, DATA_WRITE או ADMIN_READ במאפיין type יוצרות יומני ביקורת של Data Access.
ה-methods שבשבילן צריך הרשאה ב-IAM עם הערכים ADMIN_WRITE במאפיין type יוצרות יומני ביקורת של Admin Activity.
| סוג ההרשאה | Methods |
|---|---|
ADMIN_READ |
google.monitoring.dashboard.v1.DashboardsService.GetDashboardgoogle.monitoring.dashboard.v1.DashboardsService.ListDashboardsgoogle.monitoring.v3.AlertPolicyService.GetAlertPolicygoogle.monitoring.v3.AlertPolicyService.ListAlertPoliciesgoogle.monitoring.v3.GroupService.GetGroupgoogle.monitoring.v3.GroupService.ListGroupMembersgoogle.monitoring.v3.GroupService.ListGroupsgoogle.monitoring.v3.MetricService.GetMetricDescriptorgoogle.monitoring.v3.MetricService.ListMetricDescriptorsgoogle.monitoring.v3.NotificationChannelService.GetNotificationChannelgoogle.monitoring.v3.NotificationChannelService.GetNotificationChannelVerificationCodegoogle.monitoring.v3.NotificationChannelService.ListNotificationChannelsgoogle.monitoring.v3.ServiceMonitoringService.GetServicegoogle.monitoring.v3.ServiceMonitoringService.GetServiceLevelObjectivegoogle.monitoring.v3.ServiceMonitoringService.ListServiceLevelObjectivesgoogle.monitoring.v3.ServiceMonitoringService.ListServicesgoogle.monitoring.v3.SnoozeService.GetSnoozegoogle.monitoring.v3.SnoozeService.ListSnoozesgoogle.monitoring.v3.UptimeCheckService.GetUptimeCheckConfiggoogle.monitoring.v3.UptimeCheckService.ListUptimeCheckConfigs |
ADMIN_WRITE |
google.monitoring.dashboard.v1.DashboardsService.CreateDashboardgoogle.monitoring.dashboard.v1.DashboardsService.DeleteDashboardgoogle.monitoring.dashboard.v1.DashboardsService.UpdateDashboardgoogle.monitoring.metricsscope.v1.MetricsScopes.CreateMonitoredProject (LRO)google.monitoring.metricsscope.v1.MetricsScopes.DeleteMonitoredProject (LRO)google.monitoring.v3.AlertPolicyService.CreateAlertPolicygoogle.monitoring.v3.AlertPolicyService.DeleteAlertPolicygoogle.monitoring.v3.AlertPolicyService.UpdateAlertPolicygoogle.monitoring.v3.GroupService.CreateGroupgoogle.monitoring.v3.GroupService.DeleteGroupgoogle.monitoring.v3.GroupService.UpdateGroupgoogle.monitoring.v3.MetricService.CreateMetricDescriptorgoogle.monitoring.v3.MetricService.DeleteMetricDescriptorgoogle.monitoring.v3.NotificationChannelService.CreateNotificationChannelgoogle.monitoring.v3.NotificationChannelService.DeleteNotificationChannelgoogle.monitoring.v3.NotificationChannelService.UpdateNotificationChannelgoogle.monitoring.v3.NotificationChannelService.VerifyNotificationChannelgoogle.monitoring.v3.ServiceMonitoringService.CreateServicegoogle.monitoring.v3.ServiceMonitoringService.CreateServiceLevelObjectivegoogle.monitoring.v3.ServiceMonitoringService.DeleteServicegoogle.monitoring.v3.ServiceMonitoringService.DeleteServiceLevelObjectivegoogle.monitoring.v3.ServiceMonitoringService.UpdateServicegoogle.monitoring.v3.ServiceMonitoringService.UpdateServiceLevelObjectivegoogle.monitoring.v3.SnoozeService.CreateSnoozegoogle.monitoring.v3.SnoozeService.UpdateSnoozegoogle.monitoring.v3.UptimeCheckService.CreateUptimeCheckConfiggoogle.monitoring.v3.UptimeCheckService.DeleteUptimeCheckConfiggoogle.monitoring.v3.UptimeCheckService.UpdateUptimeCheckConfig |
DATA_READ |
google.monitoring.prometheus.v1.PrometheusUpstream.LabelValuesgoogle.monitoring.prometheus.v1.PrometheusUpstream.ListMetricMetadatagoogle.monitoring.prometheus.v1.PrometheusUpstream.QueryExemplarsgoogle.monitoring.prometheus.v1.PrometheusUpstream.QueryInstantgoogle.monitoring.prometheus.v1.PrometheusUpstream.QueryLabelsgoogle.monitoring.prometheus.v1.PrometheusUpstream.QueryRangegoogle.monitoring.prometheus.v1.PrometheusUpstream.QuerySeriesgoogle.monitoring.v3.MetricService.ListTimeSeriesgoogle.monitoring.v3.QueryService.QueryTimeSeries |
DATA_WRITE |
google.monitoring.v3.AgentTranslationService.CreateCollectdTimeSeriesgoogle.monitoring.v3.MetricService.CreateServiceTimeSeriesgoogle.monitoring.v3.MetricService.CreateTimeSeriesgoogle.monitoring.v3.NotificationChannelService.SendNotificationChannelVerificationCode |
OTHER |
google.monitoring.metricsscope.v1.MetricsScopes.GetMetricsScope: כדי להפעיל את היומן הזה, צריך להפעיל את ADMIN_READ בקטע של השירות cloudresourcemanager.googleapis.com. google.monitoring.metricsscope.v1.MetricsScopes.ListMetricsScopesByMonitoredProject: כדי להפעיל את היומן הזה, צריך להפעיל את ADMIN_READ בקטע של השירות cloudresourcemanager.googleapis.com. |
יומני ביקורת של ממשק ה-API
במאמר בנושא ניהול הזהויות והרשאות הגישה (IAM) ל-Cloud Monitoring מוסבר איך מתבצעת הבדיקה של ההרשאות לכל method ואילו הרשאות נבדקות.
google.monitoring.dashboard.v1.DashboardsService
יומני הביקורת הבאים משויכים ל-methods ששייכות ל-google.monitoring.dashboard.v1.DashboardsService.
CreateDashboard
- Method:
google.monitoring.dashboard.v1.DashboardsService.CreateDashboard - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.dashboards.create - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.dashboard.v1.DashboardsService.CreateDashboard"
DeleteDashboard
- Method:
google.monitoring.dashboard.v1.DashboardsService.DeleteDashboard - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.dashboards.delete - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.dashboard.v1.DashboardsService.DeleteDashboard"
GetDashboard
- Method:
google.monitoring.dashboard.v1.DashboardsService.GetDashboard - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.dashboards.get - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.dashboard.v1.DashboardsService.GetDashboard"
ListDashboards
- Method:
google.monitoring.dashboard.v1.DashboardsService.ListDashboards - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.dashboards.list - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.dashboard.v1.DashboardsService.ListDashboards"
UpdateDashboard
- Method:
google.monitoring.dashboard.v1.DashboardsService.UpdateDashboard - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.dashboards.update - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.dashboard.v1.DashboardsService.UpdateDashboard"
google.monitoring.metricsscope.v1.MetricsScopes
יומני הביקורת הבאים משויכים ל-methods ששייכות ל-google.monitoring.metricsscope.v1.MetricsScopes.
CreateMonitoredProject
- Method:
google.monitoring.metricsscope.v1.MetricsScopes.CreateMonitoredProject - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.metricsScopes.link - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
פעולה ממושכת
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.metricsscope.v1.MetricsScopes.CreateMonitoredProject"
DeleteMonitoredProject
- Method:
google.monitoring.metricsscope.v1.MetricsScopes.DeleteMonitoredProject - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.metricsScopes.link - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
פעולה ממושכת
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.metricsscope.v1.MetricsScopes.DeleteMonitoredProject"
GetMetricsScope
- Method:
google.monitoring.metricsscope.v1.MetricsScopes.GetMetricsScope - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
resourcemanager.projects.get - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.metricsscope.v1.MetricsScopes.GetMetricsScope"
ListMetricsScopesByMonitoredProject
- Method:
google.monitoring.metricsscope.v1.MetricsScopes.ListMetricsScopesByMonitoredProject - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
resourcemanager.projects.get - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.metricsscope.v1.MetricsScopes.ListMetricsScopesByMonitoredProject"
google.monitoring.prometheus.v1.PrometheusUpstream
יומני הביקורת הבאים משויכים ל-methods ששייכות ל-google.monitoring.prometheus.v1.PrometheusUpstream.
LabelValues
- Method:
google.monitoring.prometheus.v1.PrometheusUpstream.LabelValues - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.timeSeries.list - DATA_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.prometheus.v1.PrometheusUpstream.LabelValues"
ListMetricMetadata
- Method:
google.monitoring.prometheus.v1.PrometheusUpstream.ListMetricMetadata - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.timeSeries.list - DATA_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.prometheus.v1.PrometheusUpstream.ListMetricMetadata"
QueryExemplars
- Method:
google.monitoring.prometheus.v1.PrometheusUpstream.QueryExemplars - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.timeSeries.list - DATA_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.prometheus.v1.PrometheusUpstream.QueryExemplars"
QueryInstant
- Method:
google.monitoring.prometheus.v1.PrometheusUpstream.QueryInstant - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.timeSeries.list - DATA_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.prometheus.v1.PrometheusUpstream.QueryInstant"
QueryLabels
- Method:
google.monitoring.prometheus.v1.PrometheusUpstream.QueryLabels - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.timeSeries.list - DATA_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.prometheus.v1.PrometheusUpstream.QueryLabels"
QueryRange
- Method:
google.monitoring.prometheus.v1.PrometheusUpstream.QueryRange - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.timeSeries.list - DATA_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.prometheus.v1.PrometheusUpstream.QueryRange"
QuerySeries
- Method:
google.monitoring.prometheus.v1.PrometheusUpstream.QuerySeries - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.timeSeries.list - DATA_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.prometheus.v1.PrometheusUpstream.QuerySeries"
google.monitoring.v3.AgentTranslationService
יומני הביקורת הבאים משויכים ל-methods ששייכות ל-google.monitoring.v3.AgentTranslationService.
CreateCollectdTimeSeries
- Method:
google.monitoring.v3.AgentTranslationService.CreateCollectdTimeSeries - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.timeSeries.create - DATA_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.AgentTranslationService.CreateCollectdTimeSeries"
google.monitoring.v3.AlertPolicyService
יומני הביקורת הבאים משויכים ל-methods ששייכות ל-google.monitoring.v3.AlertPolicyService.
CreateAlertPolicy
- Method:
google.monitoring.v3.AlertPolicyService.CreateAlertPolicy - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.alertPolicies.create - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.AlertPolicyService.CreateAlertPolicy"
DeleteAlertPolicy
- Method:
google.monitoring.v3.AlertPolicyService.DeleteAlertPolicy - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.alertPolicies.delete - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.AlertPolicyService.DeleteAlertPolicy"
GetAlertPolicy
- Method:
google.monitoring.v3.AlertPolicyService.GetAlertPolicy - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.alertPolicies.get - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.AlertPolicyService.GetAlertPolicy"
ListAlertPolicies
- Method:
google.monitoring.v3.AlertPolicyService.ListAlertPolicies - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.alertPolicies.list - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.AlertPolicyService.ListAlertPolicies"
UpdateAlertPolicy
- Method:
google.monitoring.v3.AlertPolicyService.UpdateAlertPolicy - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.alertPolicies.update - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.AlertPolicyService.UpdateAlertPolicy"
google.monitoring.v3.GroupService
יומני הביקורת הבאים משויכים ל-methods ששייכות ל-google.monitoring.v3.GroupService.
CreateGroup
- Method:
google.monitoring.v3.GroupService.CreateGroup - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.groups.create - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.GroupService.CreateGroup"
DeleteGroup
- Method:
google.monitoring.v3.GroupService.DeleteGroup - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.groups.delete - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.GroupService.DeleteGroup"
GetGroup
- Method:
google.monitoring.v3.GroupService.GetGroup - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.groups.get - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.GroupService.GetGroup"
ListGroupMembers
- Method:
google.monitoring.v3.GroupService.ListGroupMembers - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.groups.get - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.GroupService.ListGroupMembers"
ListGroups
- Method:
google.monitoring.v3.GroupService.ListGroups - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.groups.list - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.GroupService.ListGroups"
UpdateGroup
- Method:
google.monitoring.v3.GroupService.UpdateGroup - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.groups.update - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.GroupService.UpdateGroup"
google.monitoring.v3.MetricService
יומני הביקורת הבאים משויכים ל-methods ששייכות ל-google.monitoring.v3.MetricService.
CreateMetricDescriptor
- Method:
google.monitoring.v3.MetricService.CreateMetricDescriptor - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.metricDescriptors.create - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.MetricService.CreateMetricDescriptor"
CreateServiceTimeSeries
- Method:
google.monitoring.v3.MetricService.CreateServiceTimeSeries - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.timeSeries.create - DATA_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.MetricService.CreateServiceTimeSeries"
CreateTimeSeries
- Method:
google.monitoring.v3.MetricService.CreateTimeSeries - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.timeSeries.create - DATA_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.MetricService.CreateTimeSeries"
DeleteMetricDescriptor
- Method:
google.monitoring.v3.MetricService.DeleteMetricDescriptor - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.metricDescriptors.delete - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.MetricService.DeleteMetricDescriptor"
GetMetricDescriptor
- Method:
google.monitoring.v3.MetricService.GetMetricDescriptor - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.metricDescriptors.get - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.MetricService.GetMetricDescriptor"
ListMetricDescriptors
- Method:
google.monitoring.v3.MetricService.ListMetricDescriptors - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.metricDescriptors.list - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.MetricService.ListMetricDescriptors"
ListTimeSeries
- Method:
google.monitoring.v3.MetricService.ListTimeSeries - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.timeSeries.list - DATA_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.MetricService.ListTimeSeries"
google.monitoring.v3.NotificationChannelService
יומני הביקורת הבאים משויכים ל-methods ששייכות ל-google.monitoring.v3.NotificationChannelService.
CreateNotificationChannel
- Method:
google.monitoring.v3.NotificationChannelService.CreateNotificationChannel - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.notificationChannels.create - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.NotificationChannelService.CreateNotificationChannel"
DeleteNotificationChannel
- Method:
google.monitoring.v3.NotificationChannelService.DeleteNotificationChannel - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.notificationChannels.delete - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.NotificationChannelService.DeleteNotificationChannel"
GetNotificationChannel
- Method:
google.monitoring.v3.NotificationChannelService.GetNotificationChannel - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.notificationChannels.get - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.NotificationChannelService.GetNotificationChannel"
GetNotificationChannelVerificationCode
- Method:
google.monitoring.v3.NotificationChannelService.GetNotificationChannelVerificationCode - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.notificationChannels.getVerificationCode - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.NotificationChannelService.GetNotificationChannelVerificationCode"
ListNotificationChannels
- Method:
google.monitoring.v3.NotificationChannelService.ListNotificationChannels - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.notificationChannels.list - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.NotificationChannelService.ListNotificationChannels"
SendNotificationChannelVerificationCode
- Method:
google.monitoring.v3.NotificationChannelService.SendNotificationChannelVerificationCode - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.notificationChannels.sendVerificationCode - DATA_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.NotificationChannelService.SendNotificationChannelVerificationCode"
UpdateNotificationChannel
- Method:
google.monitoring.v3.NotificationChannelService.UpdateNotificationChannel - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.notificationChannels.update - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.NotificationChannelService.UpdateNotificationChannel"
VerifyNotificationChannel
- Method:
google.monitoring.v3.NotificationChannelService.VerifyNotificationChannel - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.notificationChannels.verify - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.NotificationChannelService.VerifyNotificationChannel"
google.monitoring.v3.QueryService
יומני הביקורת הבאים משויכים ל-methods ששייכות ל-google.monitoring.v3.QueryService.
QueryTimeSeries
- Method:
google.monitoring.v3.QueryService.QueryTimeSeries - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.timeSeries.list - DATA_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.QueryService.QueryTimeSeries"
google.monitoring.v3.ServiceMonitoringService
יומני הביקורת הבאים משויכים ל-methods ששייכות ל-google.monitoring.v3.ServiceMonitoringService.
CreateService
- Method:
google.monitoring.v3.ServiceMonitoringService.CreateService - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.services.create - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.CreateService"
CreateServiceLevelObjective
- Method:
google.monitoring.v3.ServiceMonitoringService.CreateServiceLevelObjective - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.slos.create - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.CreateServiceLevelObjective"
DeleteService
- Method:
google.monitoring.v3.ServiceMonitoringService.DeleteService - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.services.delete - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.DeleteService"
DeleteServiceLevelObjective
- Method:
google.monitoring.v3.ServiceMonitoringService.DeleteServiceLevelObjective - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.slos.delete - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.DeleteServiceLevelObjective"
GetService
- Method:
google.monitoring.v3.ServiceMonitoringService.GetService - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.services.get - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.GetService"
GetServiceLevelObjective
- Method:
google.monitoring.v3.ServiceMonitoringService.GetServiceLevelObjective - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.slos.get - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.GetServiceLevelObjective"
ListServiceLevelObjectives
- Method:
google.monitoring.v3.ServiceMonitoringService.ListServiceLevelObjectives - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.slos.list - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.ListServiceLevelObjectives"
ListServices
- Method:
google.monitoring.v3.ServiceMonitoringService.ListServices - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.services.list - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.ListServices"
UpdateService
- Method:
google.monitoring.v3.ServiceMonitoringService.UpdateService - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.services.update - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.UpdateService"
UpdateServiceLevelObjective
- Method:
google.monitoring.v3.ServiceMonitoringService.UpdateServiceLevelObjective - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.slos.update - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.ServiceMonitoringService.UpdateServiceLevelObjective"
google.monitoring.v3.SnoozeService
יומני הביקורת הבאים משויכים ל-methods ששייכות ל-google.monitoring.v3.SnoozeService.
CreateSnooze
- Method:
google.monitoring.v3.SnoozeService.CreateSnooze - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.snoozes.create - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.SnoozeService.CreateSnooze"
GetSnooze
- Method:
google.monitoring.v3.SnoozeService.GetSnooze - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.snoozes.get - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.SnoozeService.GetSnooze"
ListSnoozes
- Method:
google.monitoring.v3.SnoozeService.ListSnoozes - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.snoozes.list - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.SnoozeService.ListSnoozes"
UpdateSnooze
- Method:
google.monitoring.v3.SnoozeService.UpdateSnooze - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.snoozes.update - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.SnoozeService.UpdateSnooze"
google.monitoring.v3.UptimeCheckService
יומני הביקורת הבאים משויכים ל-methods ששייכות ל-google.monitoring.v3.UptimeCheckService.
CreateUptimeCheckConfig
- Method:
google.monitoring.v3.UptimeCheckService.CreateUptimeCheckConfig - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.uptimeCheckConfigs.create - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.UptimeCheckService.CreateUptimeCheckConfig"
DeleteUptimeCheckConfig
- Method:
google.monitoring.v3.UptimeCheckService.DeleteUptimeCheckConfig - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.uptimeCheckConfigs.delete - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.UptimeCheckService.DeleteUptimeCheckConfig"
GetUptimeCheckConfig
- Method:
google.monitoring.v3.UptimeCheckService.GetUptimeCheckConfig - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.uptimeCheckConfigs.get - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.UptimeCheckService.GetUptimeCheckConfig"
ListUptimeCheckConfigs
- Method:
google.monitoring.v3.UptimeCheckService.ListUptimeCheckConfigs - סוג יומן הביקורת: גישה לנתונים
- הרשאות:
monitoring.uptimeCheckConfigs.list - ADMIN_READ
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.UptimeCheckService.ListUptimeCheckConfigs"
UpdateUptimeCheckConfig
- Method:
google.monitoring.v3.UptimeCheckService.UpdateUptimeCheckConfig - סוג יומן הביקורת: פעילות אדמין
- הרשאות:
monitoring.uptimeCheckConfigs.update - ADMIN_WRITE
- ה-method היא פעולה ממושכת או פעולת סטרימינג:
לא.
- סינון לפי ה-method:
protoPayload.methodName="google.monitoring.v3.UptimeCheckService.UpdateUptimeCheckConfig"
אילו methods לא יוצרות יומני ביקורת
יכולות להיות כמה סיבות שב-method מסוימת לא נוצרים יומני ביקורת:
- מדובר ב-method שיש בה נפח גבוה של יומנים, שיצירה שלהם עלולה לגרור עלויות גבוהות של אחסון ויצירה.
- הערך של הביקורת נמוך.
- כבר יש יומן ביקורת או יומן פלטפורמה אחרים שמכסים את ה-method.
ה-methods הבאות לא יוצרות יומני ביקורת:
google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptorgoogle.monitoring.v3.NotificationChannelService.ListNotificationChannelDescriptorsgoogle.monitoring.v3.UptimeCheckService.ListUptimeCheckIps