We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09d457 commit 7c0e9d6Copy full SHA for 7c0e9d6
1 file changed
filebeat/beater/filebeat.go
@@ -237,8 +237,8 @@ func (fb *Filebeat) Run(b *beat.Beat) error {
237
return err
238
}
239
240
- fb.pipeline = withPipelineEventCounter(fb.pipeline, wgEvents)
241
fb.pipeline = pipetool.WithDefaultGuarantees(b.Publisher, beat.GuaranteedSend)
+ fb.pipeline = withPipelineEventCounter(fb.pipeline, wgEvents)
242
243
outDone := make(chan struct{}) // outDone closes down all active pipeline connections
244
pipelineConnector := channel.NewOutletFactory(outDone).Create
0 commit comments