
Answer-first summary for fast verification
Answer: Create a logs export sink with the --organization flag, and use the Cloud Logging API to manage logs.
Creating a logs export sink with the --organization flag ensures the export is configured at the organization level, which is the desired outcome. The Cloud Logging API offers the necessary flexibility and control for managing logs. Other options either target the wrong level (project or folder) or lack the specificity required for an organization-level configuration.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A DevOps Engineer is tasked with implementing an organization-level export of Cloud Logging data to a specific destination and managing the Cloud Logging platform for better organization and efficient usage. Which method should the engineer use to achieve these goals?
A
Implement a project-level logs export sink, and use the Cloud Logging API for log management.
B
Create a logs export sink with the --folder flag, and use the gcloud command-line tool for log management.
C
Implement an org-level logs export sink without any specific flag, and use the Cloud Logging API for log management.
D
Create a logs export sink with the --organization flag, and use the Cloud Logging API to manage logs.
No comments yet.