
Ultimate access to all questions.
You are responsible for handling multiple Google Cloud Platform (GCP) projects and you require access to the logs generated over the last 60 days for all these projects. It's crucial that you have the capability to efficiently explore and analyze these log entries. To achieve this, you aim to adhere to Google's best practices for aggregating and managing logs from multiple projects. What steps should you take to obtain and analyze these combined logs in accordance with Google's recommendations?
A
Navigate to Stackdriver Logging and select resource.labels.project_id=""_
B
Create a Stackdriver Logging Export with a Sink destination to a BigQuery dataset. Configure the table expiration to 60 days.
C
Create a Stackdriver Logging Export with a Sink destination to Cloud Storage. Create a lifecycle rule to delete objects after 60 days.
D
Configure a Cloud Scheduler job to read from Stackdriver and store the logs in BigQuery. Configure the table expiration to 60 days.