QuestionQ34
Data managementYour organization’s Google Security Operations (SecOps) tenant ingests a vendor’s firewall logs in the default JSON format by using the Google-provided parser for that log. The vendor recently released a patch that adds a new field and renames an existing field in the logs. The parser does not recognize these two fields, so they remain available only in the raw logs, while the rest of the log continues to parse normally. You need to resolve this logging issue as soon as possible while minimizing the overall change-management impact. What should you do?
- A Write a code snippet, and deploy it in a parser extension to map both fields to UDM.
- B Use the web interface-based custom parser feature in Google SecOps to copy the parser, and modify it to map both fields to UDM.
- C Deploy a third-party data pipeline management tool to ingest the logs, and transform the updated fields into fields supported by the default parser.
- D Use the Extract Additional Fields tool in Google SecOps to convert the raw log entries to additional fields.
Community Discussion