Sentinl watcher implementation in Node jS

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}}"
} />

As sentinel is a third party plugin I suspect you will need to ask the creators. I am not sure anyone here has any experience with this.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.