Which component allows you to map incoming data fields from an integration to the Cortex XSOAR Common Event Format (CEF)?
Trap 1: Layout
Layouts define the UI view of the data.
Trap 2: Transformer
Transformers modify data, they do not map structures.
Trap 3: Playbook
Playbooks automate processes, not structural data mapping.
- A
Layout
Why wrong: Layouts define the UI view of the data.
- B
Mapper
Mappers map incident fields, while Classifiers map to the data structure.
- C
Transformer
Why wrong: Transformers modify data, they do not map structures.
- D
Playbook
Why wrong: Playbooks automate processes, not structural data mapping.