
Answer-first summary for fast verification
Answer: Set up the log sink destination to a Cloud Storage bucket.
Option D is correct because a Cloud Storage bucket is not required for routing logs to Splunk. Options A, B, and C are incorrect as they describe necessary steps: a Pub/Sub topic for log transmission (A), a log sink for routing specific logs (B), and appropriate IAM permissions for the logging service account to write to the Pub/Sub topic (C). Reference: [Google Cloud Documentation](https://cloud.google.com/architecture/exporting-stackdriver-logging-for-splunk#set_up_the_logging_export).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A customer manages multiple projects in Google Cloud, each representing different environments. Your task is to forward specific logs from all projects to Splunk, with a focus on data access logs. Which of the following actions does NOT contribute to achieving this requirement?
A
Configure a log sink destination to a Pub/Sub topic and its subscription.
B
Establish a log sink to direct data access logs to the desired destination.
C
Apply IAM policy permissions for the log sink destination Pub/Sub topic.
D
Set up the log sink destination to a Cloud Storage bucket.
No comments yet.