You use Cloud Logging to capture application logs. You now need to use SQL to analyze the application logs in Cloud Logging, and you want to follow Google-recommended practices. What should you do?
A.
Develop SQL queries by using Gemini for Google Cloud.
B.
Enable Log Analytics for the log bucket and create a linked dataset in BigQuery.
C.
Create a schema for the storage bucket and run SQL queries for the data in the bucket.
D.
Export logs to a storage bucket and create an external view in BigQuery.
Recommended practice: Google recommends enabling Log Analytics for log buckets, which seamlessly integrates Cloud Logging with BigQuery.
Efficiency: It provides a native, real-time integration for querying logs using SQL without the need for additional exports or complex configurations.
Automation: Log Analytics automatically creates a linked dataset in BigQuery, simplifying setup and maintenance.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
peddyua
5 days, 3 hours ago26b39bb
2 months ago