Google Cloud Professional Cloud Security Engineer — Question 178

A team at your organization collects logs in an on-premises security information and event management system (SIEM). You must provide a subset of Google Cloud logs for the SIEM, and minimize the risk of data exposure in your cloud environment. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating a log sink to route logs to Pub/Sub allows for controlled access and processing of logs before they reach the SIEM, minimizing exposure risk. Option A involves streaming all logs, which can lead to unnecessary data exposure, while option B focuses on access management but does not address the transfer mechanism. Option D suggests storing logs in Cloud Storage, which can be less secure than using Pub/Sub for log retrieval.