"webhook" : {
"method" : "POST",
"host" : "remote.server",
"port" : 9200,
"path" : "/{{payload.watcher_id}}",
"body" : "{{payload.watcher_id}}:{{payload.hits.total}}"
strictSSL: false, // allow us to use our self-signed cert for testing
rejectUnauthorized: false
}