Hi
I'm creating a threshold alert by using the metric beat module.
But while creating the event , we need to specify the information in the Body part so that it wil appear once the alert got generated. My question here is how to get the severity of alert .
For Example : If you want to get the metadata then we can write something like this {{ctx.metadata.*}}
I searched for several ways but not able to get the value some examples which i tried was
{{ctx.payload.metadata.severity}}
{{ctx.payload.xpack.metadata.severity}}
Could you please let us know how tho get this info.
Kind Regards
Karthik