Hello,
I created an alert and the alert works as expected.
I have been asked to provide more customization inside the email body.
Currently the default email body are:
{{context.reason}}
{{rule.name}} is active.
[View alert details]({{context.alertDetailsUrl}})
Output:
I want to break up the reason to be more custom like
Desired Email Body:
Due to duration of {{for_last}} minutes, The {{group}} was in a state of {{condition}}
Desired Output:
Due to duration of 5 minutes, The "Offline Files" was in a state of "Stopped"
Is there a way to break up {{context.reason}}?