
Explanation:
To minimize the number of log sinks while ensuring logs from development projects go to dev_dataset and production projects to prod_dataset, and to automatically include future projects:
dev_dataset.prod_dataset.Thus, Option D is optimal.
Ultimate access to all questions.
You need to create Cloud Logging sinks to export log entries from development projects in the Dev folder to dev_dataset and from production projects in the Prod folder to prod_dataset. The solution must minimize the number of sinks while ensuring they apply to future projects. What is the recommended approach?
A
Create a single aggregated log sink at the organization level.
B
Create a log sink in each project.
C
Create two aggregated log sinks at the organization level, and filter by project ID.
D
Create an aggregated log sink in the Dev and Prod folders.
No comments yet.