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