Our application is in Java Spring boot. We have integrated with APM during startup of application.
APM is showing up health and requests.
Recently, we have added email alerts for the exceptions or errors raised in the my application.
We have configured email alerts in Menu->Stack management-> Alerts and Actions
We wanted to include error Url in the email. As the URL should point to specific error. wanted to include error Id in the url.
In the below URL what is the configuration value for bold part.
https://***:9243/app/apm/services/test-app/errors/c3fdc4236bd9f40f3014af8bac076f0a?rangeFrom=now-15m&rangeTo=now
For example: test-app in the above url is my application name which is {{alertInstanceId}} configuration value of APM.
Please let me know how to get this value c3fdc4236bd9f40f3014af8bac076f0a(dynamic) in email.