Skip to content

Commit

Permalink
Fix a comment that wasn't properly updated in previous PR (#35269)
Browse files Browse the repository at this point in the history
  • Loading branch information
faec authored May 2, 2023
1 parent eb2d027 commit 433a1a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libbeat/outputs/output_reg.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ type IndexSelector interface {
}

// Group configures and combines multiple clients into load-balanced group of clients
// being managed by the publisher pipeline. If QueueSettings is set then the
// pipeline will use it to create the queue. QueueSettings must be one of
// memqueue.Settings, diskqueue.Settings, proxyqueue.Settings.
// being managed by the publisher pipeline.
// If QueueFactory is set then the pipeline will use it to create the queue.
// Currently it is only used to activate the proxy queue when using the Shipper
// output, but it also provides a natural migration path for moving queue
// configuration into the outputs.
Expand Down

0 comments on commit 433a1a1

Please sign in to comment.