Hi there,
i use the correlation engine to trigger my ChatOps message. Here i checked the "evaluate script parameter vaules" and used the same "variables" like in the Email Message Body.
Somehow one the [field(parametername)] is resolved. The other appear 1:1.
On the mail distribution everything is fine.
Thanks
BR Kristian
Hi Kristian,
another options is to use the special parameter "Correlation Alarm Info" 65006.
You can use it to the get relevant data of your correlation event.
Here is a useful documentation: How do I parse Correlation Alarm Info data? | DataMiner Docs
Hi Kristian,
I believe this is expected behavior.
The placeholders in the email notification (from a correlation rule) are defined in the notification template (Customizing the layout of notification templates)
The placeholders used in the script are defined in Script Condition Functions (see fields).
In your case, can you try the following:
- Element Name: [field(elementname)]
- Severity: [field(severity)]
- Alarm Value: [field(value)]
Hope it helps.