From 433a1a17052cf41ba254d50564221a0954fd3d41 Mon Sep 17 00:00:00 2001 From: Fae Charlton Date: Tue, 2 May 2023 16:11:06 -0400 Subject: [PATCH] Fix a comment that wasn't properly updated in previous PR (#35269) --- libbeat/outputs/output_reg.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libbeat/outputs/output_reg.go b/libbeat/outputs/output_reg.go index 6a95fd6bc6e8..3d2675c2ce2e 100644 --- a/libbeat/outputs/output_reg.go +++ b/libbeat/outputs/output_reg.go @@ -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.