Currently created an APM template for a particular Event Log ID and Log Source, and have got the Event Message to show on the alert utilising the variable ${WindowsEventMessages} and ${N=SwisEntity;M=ComponentAlert.WindowsEventMessages}
However I would like to "truncate" this event log message to only say the first 100 characters etc... Is there a way of doing this?
Perhaps
${WindowsEventMessages} =LEFT(100)
${N=SwisEntity;M=ComponentAlert.WindowsEventMessages} =LEFT(100)