Integration of Symantec Endpoint Security Cloud (SESC) Event Stream Incidents not forwarding to QRadar
Endpoint Security
IBM (QRadar)
SESC Workflow and Workflow parameters for Incidents only-workflow.xml may have typo/mismatch in the variable name.
Example: "chkEnd_date" vs chkEnd_Date" which could cause the time_range is not updated properly in the workflow.
To resolve this issue, verify the case sensitive path and rectify the configuration.
Example:
From <Initialize path- "/chkEnd_date" value-"" />
To
<Initialize path- "/chkEnd_Date" value-"" />
From <If condition="empty(/chkStart_Date) and empty (/chkEnd_date)">
To
<If condition="empty(/chkStart_Date) and empty (/chkEnd_Date)">
Note: There could be other parameters that could exhibit incorrect case sensitive path.