I have a scenario where I am only receiving alerts if any endpoint is timing out and need to go into the element to verify which one is actually timing out and I need few additional details like the "endpoint" information of the respective timing out endpoints in the alarm console itself. Not sure how to achieve this, could you please advise.
List of endpoints:
Alarm Console(Here is it possible to display endpoint information of the timing out endpoint?)
Alarm Template configured as follows:
Alarm templates will default to use the primary key of a table to identify a row in the Alarm console if there are no display keys defined. In your case '13'.
You can select other columns (e.g. Base URL) or a combinations of columns to be set as display keys and then the
Alarm templates will use these instead of the primary key to identify the row in the alarm console. The protocol will need to be modified to achieve this. More details here on Display Keys
Thankyou, It worked!