Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are tasked with designing the logging system for an application, with the requirement to send logs to the company's Splunk instance. How can you achieve this with minimal operational overhead?
A
Export logs directly to Splunk as the destination.
B
Export logs to a BigQuery dataset and use Cloud Functions to transfer them to Splunk.
C
Export logs to Cloud Storage buckets and utilize Cloud Functions for copying to Splunk.
D
Export logs to a Pub/Sub topic and subscribe Splunk to this topic.