PROFESSIONAL-SECURITY-OPERATIONS-ENGINEER · Question #81
PROFESSIONAL-SECURITY-OPERATIONS-ENGINEER Question #81: Real Exam Question with Answer & Explanation
The correct answer is C. Implement a parser extension on top of the prebuilt parser.. The recommended approach is to implement a parser extension on top of the prebuilt parser. Parser extensions allow you to map additional fields from raw logs to UDM fields without modifying the existing, stable parser. This approach preserves the original parsing logic while enab
Question
Options
- ADesign and develop a custom parser.
- BApply any pending updates to the prebuilt parser.
- CImplement a parser extension on top of the prebuilt parser.
- DImplement middleware to modify the underlying data structure.
Explanation
The recommended approach is to implement a parser extension on top of the prebuilt parser. Parser extensions allow you to map additional fields from raw logs to UDM fields without modifying the existing, stable parser. This approach preserves the original parsing logic while enabling customization for the new fields.
Community Discussion
No community discussion yet for this question.