QuestionQ173
Designing and planning a cloud solution architectureYour organization stores a significant volume of log data in Cloud Logging. The data engineering team is used to SQL for analysis and needs the ability to build insightful dashboards that visualize log trends and patterns. You want to follow the Google Cloud Well-Architected Framework recommendations to deliver a solution for the data engineering team. What should you do?
- A Create a log sink, and export the data to BigQuery using Pub/Sub. Run queries and visualize the data with Cloud Monitoring dashboards.
- B Enable log analytics and run queries in Cloud Monitoring. Visualize the data using Vertex AI workbench.
- C Enable log analytics and run queries in the linked log dataset in BigQuery. Visualize the data with Looker Studio dashboards.
- D Create a log sink, and export the data to a storage bucket. Create an external table in BigQuery for the data in the bucket. Run queries and visualize the data with Cloud Monitoring dashboards.
Community Discussion