2017-09-13 10:27 AM
Does anyone know how to add a return carriage to the ESA notification templates?
for instance, I want a simple email notification with the following, but broken up by newlines.
time=${time?datetime }
AlertName=${moduleName }
SIEMAlertid=${id }
severity=${severity}
source=${eventSourceId}
systemOrigination=${events[0].device_ip}
MACAddress=${events[0].eth_dst}
Event=${events[0].event_desc}
Location=${events[0].index}
2017-09-13 10:35 AM
2017-09-13 11:22 AM
My previous email response content did not come through...
This was resolved by adding the following at the end of the line where you want newlines because Freemarker supports HTML tags:
<br> <-- this will add a new line