[Security Solution][Alerts] Refactor alert document creation logic #119926
Labels
8.2 candidate
considered, but not committed, for 8.2 release
refactoring
Team:Detection Alerts
Security Detection Alerts Area Team
Team:Detections and Resp
Security Detection Response Team
technical debt
Improvement of the software architecture and operational architecture
The alert document creation process is currently very complex, taking fields from multiple sources (
_source
,fields
API response, rule params) and at different points in the rule execution flow (the Security Solution logic creates the document initially, but later on the persistence rule type logic injects more fields automatically). We should look into ways to refactor and simplify this flow, making it easier to maintain and debug issues that may arise.The text was updated successfully, but these errors were encountered: