logstash-plugins / logstash-output-http

Apache License 2.0
35 stars 82 forks source link

Add "Connection Reset by peer" unknown exceptions to retryable except… #127

Closed robbavey closed 2 years ago

robbavey commented 2 years ago

…ions

When a "connection reset by peer" is encountered, a Manticore::UnknownException is thrown. This commit adds this to the list of exceptions where retries will be attempted rather than dropping the event.