I need to implement a sentinl watcher WEBHOOK in node jS. How can I setup that?
< "webhook" : {
"method" : "POST",
"host" : "remote.server",
"port" : 9200,
"path" : "/{{payload.watcher_id}}",
"body" : "{{payload.watcher_id}}:{{payload.hits.total}}"
} />