
Ultimate access to all questions.
Imagine a company with a GCP organization hosting applications across various GCP projects. These applications send logs to Cloud Logging. The company aims to analyze these logs using third-party software like Elasticsearch. A Logs sink has been configured to direct logs to a Pub/Sub topic, yet no logs are appearing in Elasticsearch. What could be the underlying issue?
A
The Pub/Sub topic is located in a different region than the Logging Sink configuration.
B
A firewall rule is blocking egress traffic to the third-party software.
C
The service account associated with the Logging sink lacks permissions to access the Pub/Sub topic.
D
The logging filter has been incorrectly configured.