Skip to content

Commit

Permalink
[Docs] Fix missing closing bracket for watcher webhook.asciidoc (#57803)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdehghan authored and Christoph Büscher committed Jun 9, 2020
1 parent b32d237 commit ca5a99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/docs/en/watcher/actions/webhook.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following snippet shows a simple webhook action definition:
"method" : "POST", <4>
"host" : "mylisteningserver", <5>
"port" : 9200, <6>
"path": ":/{{ctx.watch_id}", <7>
"path": ":/{{ctx.watch_id}}", <7>
"body" : "{{ctx.watch_id}}:{{ctx.payload.hits.total.value}}" <8>
}
}
Expand Down

0 comments on commit ca5a99e

Please sign in to comment.