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 b32d237 commit ca5a99eCopy full SHA for ca5a99e
x-pack/docs/en/watcher/actions/webhook.asciidoc
@@ -24,7 +24,7 @@ The following snippet shows a simple webhook action definition:
24
"method" : "POST", <4>
25
"host" : "mylisteningserver", <5>
26
"port" : 9200, <6>
27
- "path": ":/{{ctx.watch_id}", <7>
+ "path": ":/{{ctx.watch_id}}", <7>
28
"body" : "{{ctx.watch_id}}:{{ctx.payload.hits.total.value}}" <8>
29
}
30
0 commit comments