Topic 1 Question 201
Your company uses Cloud Logging to manage large volumes of log data. You need to build a real-time log analysis architecture that pushes logs to a third-party application for processing. What should you do?
Create a Cloud Logging log export to Pub/Sub.
Create a Cloud Logging log export to BigQuery.
Create a Cloud Logging log export to Cloud Storage.
Create a Cloud Function to read Cloud Logging log entries and send them to the third-party application.
ユーザの投票
コメント(10)
- 正解だと思う選択肢: A
A -> real-time to a third party app . pubsub.. !C-> GCS not realtime !B -> No third party
👍 4jcataluna2022/12/13 - 正解だと思う選択肢: A
A is the only option that meets all of these requirements:
- Handles large volumes of log data
- Sends messages (logs) to 3rd party applications in real time
👍 2x_cath2022/12/15 - 正解だと思う選択肢: C👍 1melisargh2022/12/03
シャッフルモード