From 4acb5b7e92fab176f86ea3b56a84997173d7a675 Mon Sep 17 00:00:00 2001 From: Jennie Soria Date: Wed, 8 Oct 2025 11:26:29 -0400 Subject: [PATCH] Update es-output-settings.md Typo in tabe, the queue.mem_events column header should be queue.mem.events per settings. https://www.elastic.co/docs/reference/fleet/es-output-settings#es-output-settings-yaml-config If you use the table as reference it is easy to accidentally miss set that config in the yaml with underscore versus dot. --- reference/fleet/es-output-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/fleet/es-output-settings.md b/reference/fleet/es-output-settings.md index 6dc64da39d..774ffc7003 100644 --- a/reference/fleet/es-output-settings.md +++ b/reference/fleet/es-output-settings.md @@ -153,7 +153,7 @@ As mentioned, the `custom` preset allows you to input your own set of parameters These presets apply only to agents on version 8.12.0 or later. -| worker | bulk_max_size | queue.mem_events | queue.mem.flush.min_events | queue.mem.flush.timeout | idle_connection_timeout | Relative EPS | +| worker | bulk_max_size | queue.mem.events | queue.mem.flush.min_events | queue.mem.flush.timeout | idle_connection_timeout | Relative EPS | | --- | --- | --- | --- | --- | --- | --- | | 1 | 1600 | 3200 | 1600 | 5 | 15 | 1x | | 1 | 2048 | 4096 | 2048 | 5 | 15 | 1x |