QuestionQ129
Data managementYour team has onboarded a new log source from a third-party DNS filtering solution. After ingestion, you find that key UDM fields, including network.dns.questions.name and metadata.product_event_type, are absent from the parsed events in Google Security Operations (SecOps). You suspect the default parser does not fully match the source format. You need to make sure these fields are available for downstream detection rules that depend on DNS query telemetry and event categorization. What should you do?
- A Modify the ingestion source definition to remap raw fields directly to UDM by using the UDM sample output.
- B Enable asset enrichment for the log source to infer missing fields based on correlated host activity.
- C Use a custom parser that outputs all fields as raw JSON for detection.
- D Create a parser extension that maps the missing source fields to the correct UDM fields and attach it to the existing parser.
Community Discussion