We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e553c commit 62b1d9cCopy full SHA for 62b1d9c
x-pack/docs/en/watcher/actions/email.asciidoc
@@ -31,7 +31,7 @@ the watch payload in the email body:
31
"email" : { <2>
32
"to" : "[email protected]", <3>
33
"subject" : "Watcher Notification", <4>
34
- "body" : "{{ctx.payload.hits.total.value}} error logs found" <5>
+ "body" : "{{ctx.payload.hits.total}} error logs found" <5>
35
}
36
37
0 commit comments