
Answer-first summary for fast verification
Answer: 1. In Cloud Logging, create a filter to view only Compute Engine logs. 2. Click Create Export. 3. Choose BigQuery as Sink Service, and the platform-logs dataset as Sink Destination.
The correct answer is C. This option configures a filter to view only Compute Engine logs and then creates an export that sends these logs to BigQuery. This method ensures that only relevant logs are exported, which minimizes unnecessary data transfer and storage costs. It is a straightforward solution with minimal setup and cost.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In order to perform an analysis, it is essential to send all the logs generated by your Compute Engine instances to a BigQuery dataset named platform-logs. It should be noted that the Cloud Logging agent has already been installed on all instances. Given the need to minimize costs, what steps should you take to achieve this?
A
B
C
D
No comments yet.