Closed dominikskiba closed 2 years ago
Hey @dominikskiba! Thank you for your report.
We introduced retrying on Net::OpenTimeout
in #25.
You can find it in this release: https://github.com/dynatrace-oss/logstash-output-dynatrace/releases/tag/v0.3.2 and https://rubygems.org/gems/logstash-output-dynatrace/versions/0.3.2.
Is your feature request related to a problem? Please describe. We receive Net::OpenTimeout error occasionally while pushing logs to Dynatrace SaaS.
Describe the solution you'd like Possibility of retries in case of connection timeout. When this issue happens, we simply restart logstash service and it resumes normally.
Additional context I see Dynatrace plugin is able to handle and retry HTTP errors, but not this one. My question is, can connection timeout be handled and retried on plugin level, or it must be done in Logstash as described in this issue? The main reason I'm asking is because request to implement Logstash ability to restart failed pipelines has been open for 1,5 years now and doesn't have developer assigned yet. Thank you.