Skip to content

Commit

Permalink
fix for encoder factory
Browse files Browse the repository at this point in the history
  • Loading branch information
leehinman committed Apr 11, 2024
1 parent e0bb275 commit 497c8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/outputs/discard/discard.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func makeDiscard(
// disable bulk support in publisher pipeline
_ = cfg.SetInt("bulk_max_size", -1, -1)
out.log.Infof("Initialized discard output")
return outputs.Success(doConfig.Queue, -1, 0, out)
return outputs.Success(doConfig.Queue, -1, 0, nil, out)
}

// Implement Outputer
Expand Down

0 comments on commit 497c8c6

Please sign in to comment.