diff --git a/libbeat/outputs/mode/single.go b/libbeat/outputs/mode/single.go index 8d2b2d8478d..a0cd1f3fde6 100644 --- a/libbeat/outputs/mode/single.go +++ b/libbeat/outputs/mode/single.go @@ -132,6 +132,7 @@ func (s *SingleConnectionMode) publish( goto sendFail } + backoffCount = 0 debug("send completed") outputs.SignalCompleted(signaler) return nil