Hello,
We are testing alarm template for our OpenSearch clusters. Where;
element OSN1 - Node1
element OSN2 -Node2
The protocol contains table parameters, where both elements display monitoring data for all nodes in clusters, like:

The issue we are facing is that if there is an alarm trigger in one node (in this case heap memory threshold) the other node will also go into alarm state since both elements uses the same parameter ID.

This end up populating the alarm console for all nodes in the cluster.

How can we filter the alarm based on a specific row of the table.
Thanks
Hi Robin,
In the alarm template you can define thresholds for specific rows. See Configuring thresholds for dynamic table parameters.
Hope it helps.