במאמר הזה מוסבר על רישום ביומני ביקורת ב-Cloud Earth Engine. שירותי Google Cloud יוצרים יומני ביקורת שבהם מתועדים אירועי גישה למשאבי Google Cloud ופעילויות אדמין שנעשות בהם. מידע נוסף על יומני הביקורת של Cloud זמין במאמרים הבאים:
- הסוגים של יומני הביקורת
- המבנה של רשומות ביומני הביקורת
- שמירה וניתוב של יומני ביקורת
- מחירון מקוצר של Cloud Logging
- הפעלת יומני ביקורת של גישה לנתונים
שם השירות
יומני הביקורת של Cloud Earth Engine משתמשים בשם השירות earthengine.googleapis.com.
אפשר לסנן לפי השירות הזה:
protoPayload.serviceName="earthengine.googleapis.com"
קודי Method לפי סוג ההרשאה
לכל הרשאה ב-IAM יש מאפיין type עם enum שיכול להיות אחד מארבעת הערכים הבאים: ADMIN_READ, ADMIN_WRITE, DATA_READ או DATA_WRITE. כשקוראים ל-method, במסגרת Cloud Earth Engine נוצר יומן ביקורת שהקטגוריה שלו תלויה במאפיין type של ההרשאה שנדרשת לביצוע ה-method.
ה-methods שבשבילן צריך הרשאה ב-IAM עם הערכים DATA_READ, DATA_WRITE או ADMIN_READ במאפיין type יוצרות יומני ביקורת של Data Access.
ה-methods שבשבילן צריך הרשאה ב-IAM עם הערכים ADMIN_WRITE במאפיין type יוצרות יומני ביקורת של Admin Activity.
| סוג ההרשאה | Methods |
|---|---|
ADMIN_READ |
google.earthengine.v1.EarthEngine.GetIamPolicygoogle.earthengine.v1alpha.EarthEngine.GetIamPolicygoogle.earthengine.v1beta.EarthEngine.GetIamPolicygoogle.longrunning.Operations.GetOperationgoogle.longrunning.Operations.ListOperationsgoogle.longrunning.Operations.WaitOperation |
ADMIN_WRITE |
google.earthengine.v1.EarthEngine.SetIamPolicygoogle.earthengine.v1alpha.EarthEngine.SetIamPolicygoogle.earthengine.v1beta.EarthEngine.SetIamPolicygoogle.longrunning.Operations.CancelOperationgoogle.longrunning.Operations.DeleteOperation |
DATA_READ |
google.earthengine.v1.EarthEngine.ComputeFeaturesgoogle.earthengine.v1.EarthEngine.ComputeImagesgoogle.earthengine.v1.EarthEngine.ComputePixelsgoogle.earthengine.v1.EarthEngine.ComputeValuegoogle.earthengine.v1.EarthEngine.CopyAssetgoogle.earthengine.v1.EarthEngine.CreateFeatureViewgoogle.earthengine.v1.EarthEngine.CreateFilmstripThumbnailgoogle.earthengine.v1.EarthEngine.CreateMapgoogle.earthengine.v1.EarthEngine.CreateTablegoogle.earthengine.v1.EarthEngine.CreateThumbnailgoogle.earthengine.v1.EarthEngine.CreateVideoThumbnailgoogle.earthengine.v1.EarthEngine.ExportClassifier (LRO)google.earthengine.v1.EarthEngine.ExportImage (LRO)google.earthengine.v1.EarthEngine.ExportMap (LRO)google.earthengine.v1.EarthEngine.ExportTable (LRO)google.earthengine.v1.EarthEngine.ExportVideo (LRO)google.earthengine.v1.EarthEngine.ExportVideoMap (LRO)google.earthengine.v1.EarthEngine.GetAssetgoogle.earthengine.v1.EarthEngine.GetPixelsgoogle.earthengine.v1.EarthEngine.GetProjectConfiggoogle.earthengine.v1.EarthEngine.ImportImage (LRO)google.earthengine.v1.EarthEngine.ImportTable (LRO)google.earthengine.v1.EarthEngine.ListAlgorithmsgoogle.earthengine.v1.EarthEngine.ListAssetsgoogle.earthengine.v1.EarthEngine.ListFeaturesgoogle.earthengine.v1alpha.EarthEngine.ComputeFeaturesgoogle.earthengine.v1alpha.EarthEngine.ComputeImagesgoogle.earthengine.v1alpha.EarthEngine.ComputePixelsgoogle.earthengine.v1alpha.EarthEngine.ComputeValue |