error logs in logstash indicating http Output failure , while using http plugin , any suggestion ? error appearing intermittently
in pipeline using simple config
output {
http {
http_method => "post"
url => "http //XXXXX:XX"
codec => json
}