Topic 1 Question 280
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?
Develop SQL queries by using Gemini for Google Cloud.
Enable Log Analytics for the log bucket and create a linked dataset in BigQuery.
Create a schema for the storage bucket and run SQL queries for the data in the bucket.
Export logs to a storage bucket and create an external view in BigQuery.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: B
B is the correct answer
👍 226b39bb2024/12/07 - 正解だと思う選択肢: B
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.
👍 1peddyua2025/01/31
シャッフルモード