Skip to content

Commit 0edc6a9

Browse files
Update es-output-settings.md (#3406)
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. Co-authored-by: Visha Angelova <[email protected]>
1 parent 67cc9e7 commit 0edc6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/fleet/es-output-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ As mentioned, the `custom` preset allows you to input your own set of parameters
153153

154154
These presets apply only to agents on version 8.12.0 or later.
155155

156-
| worker | bulk_max_size | queue.mem_events | queue.mem.flush.min_events | queue.mem.flush.timeout | idle_connection_timeout | Relative EPS |
156+
| worker | bulk_max_size | queue.mem.events | queue.mem.flush.min_events | queue.mem.flush.timeout | idle_connection_timeout | Relative EPS |
157157
| --- | --- | --- | --- | --- | --- | --- |
158158
| 1 | 1600 | 3200 | 1600 | 5 | 15 | 1x |
159159
| 1 | 2048 | 4096 | 2048 | 5 | 15 | 1x |

0 commit comments

Comments
 (0)