QuestionQ43
ObservabilityYou are running an application on a Compute Engine instance in Google Cloud by using a Google-managed image. You need to ingest the application’s log output into Google Security Operations (SecOps). The log output is standard and has a valid label and parser in Google SecOps. Your solution must minimize the cost and time needed to move this data into Google SecOps. What should you do?
- A Use the Ops Agent embedded in the Compute Engine image to pull the logs into Cloud Logging. Use the direct ingestion mechanism to ingest the logs from Google Cloud into Google SecOps.
- B Deploy a Bindplane agent on the image to collect and send the logs to Google SecOps.
- C Create a script on the workload that reads the logs and uses the Google SecOps Ingestion API to push them to Google SecOps.
- D Use the Ops Agent embedded in the Compute Engine image to pull the logs into a Cloud Storage bucket. Create a feed in Google SecOps to ingest the logs.
Community Discussion