Topic 1 Question 27
You have sensitive data stored in three Cloud Storage buckets and have enabled data access logging. You want to verify activities for a particular user for these buckets, using the fewest possible steps. You need to verify the addition of metadata labels and which files have been viewed from those buckets. What should you do?
Using the GCP Console, filter the Activity log to view the information.
Using the GCP Console, filter the Stackdriver log to view the information.
View the bucket in the Storage section of the GCP Console.
Create a trace in Stackdriver to view the information.
ユーザの投票
コメント(17)
A is correct. As mentioned in the question, data access logging is enabled. I tried to download a file from a bucket and was able to view this information in Activity tab in console
👍 33iamgcp2020/05/23Answer is A. Activity log does indeed show information about metadata. I agree with Eshkrkrkr based on https://cloud.google.com/storage/docs/audit-logs Admin Activity logs: Entries for operations that modify the configuration or metadata of a project, bucket, or object.
👍 13eliteone112020/12/01- 正解だと思う選択肢: B
B. Using the GCP Console, filter the Stackdriver log to view the information is the correct answer.
To verify activities for a particular user for the Cloud Storage buckets, we need to look at the logs generated for these buckets. Cloud Storage generates access logs for each request made to the buckets, which contain detailed information about the request, such as the requester's IP address, the object accessed, and the time of the request. These logs can be viewed in the Stackdriver Logging console.
By filtering the Stackdriver log, we can see the addition of metadata labels and which files have been viewed from those buckets, as well as other activities related to these buckets. The logs can be filtered based on the user, bucket, and other criteria, making it easy to find the relevant information.
👍 5Buruguduystunstugudunstuy2023/02/18
シャッフルモード