Topic 1 Question 132
Your company sends all Google Cloud logs to Cloud Logging. Your security team wants to monitor the logs. You want to ensure that the security team can react quickly if an anomaly such as an unwanted firewall change or server breach is detected. You want to follow Google-recommended practices. What should you do?
Schedule a cron job with Cloud Scheduler. The scheduled job queries the logs every minute for the relevant events.
Export logs to BigQuery, and trigger a query in BigQuery to process the log data for the relevant events.
Export logs to a Pub/Sub topic, and trigger Cloud Function with the relevant log events.
Export logs to a Cloud Storage bucket, and trigger Cloud Run with the relevant log events.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: C
Should be B
👍 2pnvijay2021/12/28 - 正解だと思う選択肢: C
C clearcut export to pub/sub and trigger cloud function based on the message
👍 1bharath2k52023/03/18
シャッフルモード