Hi, Im trying to send webhooks to logstash with watcher, and Im getting this error
"type" : "client_protocol_exception",
"reason" : null,
"caused_by" : {
"type" : "protocol_exception",
"reason" : "The server failed to respond with a valid HTTP response"
sending webhooks with Alerting works fine, this is my conector
But when I try with watcher it trows me the client_protocol_exception
Any idea on why is not working?