I would like to trigger a watcher alert using Kibana Watcher UI.
The condition works fine but I would like to give additional information in the email body. In my case the watcher will triggered when a transaction duration of 20 seconds has been exceeded.
I tried as follows in the body section but it won't work:
The following transaction took over 20sec: [{{#ctx.payload._value}}{{url.path}}]
Could somebody give me a hint how to insert values (in my case: /rest/analytics/receive) of a specific field (in my case: url.path) from the index in the email body?
The error message is: "Failed to send email to"
Thanks!