ASSOCIATE-CLOUD-ENGINEER · Question #351
You use Cloud Logging lo capture application logs. You now need to use SOL to analyze the application logs in Cloud Logging, and you want to follow Google-recommended practices. What should you do?
The correct answer is B. Enable Log Analytics for the log bucket and create a linked dataset in BigQuery. Enable Log Analytics: This feature integrates Cloud Logging with BigQuery seamlessly. Log buckets in Cloud Logging can be configured to allow direct analysis using BigQuery's SQL Create a Linked Dataset: When Log Analytics is enabled, a linked dataset in BigQuery is…
Question
Options
- ADevelop SQL queries by using Gemini for Google Cloud.
- BEnable Log Analytics for the log bucket and create a linked dataset in BigQuery.
- CCreate a schema for the storage bucket and run SQL queries for the data in the bucket.
- DExport logs to a storage bucket and create an external view in BigQuery.
How the community answered
(36 responses)- B92% (33)
- C3% (1)
- D6% (2)
Explanation
Enable Log Analytics: This feature integrates Cloud Logging with BigQuery seamlessly. Log buckets in Cloud Logging can be configured to allow direct analysis using BigQuery's SQL Create a Linked Dataset: When Log Analytics is enabled, a linked dataset in BigQuery is automatically created for the logs in the corresponding bucket. You can then use BigQuery's powerful SQL capabilities to query and analyze your logs.
Topics
Community Discussion
No community discussion yet for this question.