Format of Event Description field is not being maintained on AlertIssue Issue: When the Event Rule processes events the description field is losing its formatting even though the description field is the same field type on both Events and Alerts. For example, this following alert was generated from the following event but the description field in the event no longer has line breaks. Example Event: Line 1 Line2 Line3 Example alert: Line1Line2Line3 CauseThis is due to an event rule mapping incorrectly done.Resolution1. Here Customer was composing the description field using regex (.*)2. The regex some how lost the line control characters.3. This field match is not required and should be removed4. Go to event rule and remove mapping for Description under 'Expression' panel. Note: Event management don't sanitize anything. If description is not being rebuild in Event Rule then description is straight up copied to the Alert Additional things that can be also checked for are below: 1. "EvtMgmtCustom*" script includes to see if the description field is overwritten. 2. Custom Business rules on Alert table to see if the 'description' field is modified.3. Dictionary to see if they modified em_alert.'description' field