From 70f6bedbb80388101c9eeb134f0dc2456e233483 Mon Sep 17 00:00:00 2001 From: "Lee E. Hinman" Date: Thu, 28 Sep 2023 13:20:54 -0500 Subject: [PATCH] remove doc about top level precedence --- libbeat/docs/queueconfig.asciidoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libbeat/docs/queueconfig.asciidoc b/libbeat/docs/queueconfig.asciidoc index a9a50288df7b..ade3bd2ec8ed 100644 --- a/libbeat/docs/queueconfig.asciidoc +++ b/libbeat/docs/queueconfig.asciidoc @@ -12,10 +12,7 @@ batch of events in one transaction. You can configure the type and behavior of the internal queue by setting options in the `queue` section of the +{beatname_lc}.yml+ config file or by setting options in the `queue` section of the -output. Only one queue type can be configured. If both the top level -queue section and the output section are specified the output section -takes precedence. - +output. Only one queue type can be configured. This sample configuration sets the memory queue to buffer up to 4096 events: