From 24fca7aab878f1e5b9887204e6b45860b8f68cc9 Mon Sep 17 00:00:00 2001 From: Marc Guasch Date: Tue, 14 Jan 2025 09:40:48 +0100 Subject: [PATCH] Fix doc default value --- filebeat/docs/inputs/input-winlog.asciidoc | 2 +- winlogbeat/docs/winlogbeat-options.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/filebeat/docs/inputs/input-winlog.asciidoc b/filebeat/docs/inputs/input-winlog.asciidoc index fb624dc3af5..c982e364912 100644 --- a/filebeat/docs/inputs/input-winlog.asciidoc +++ b/filebeat/docs/inputs/input-winlog.asciidoc @@ -40,7 +40,7 @@ Here is a sample configuration: ==== `batch_read_size` The maximum number of event log records to read from the Windows API in a single -batch. The default batch size is 100. Most Windows versions return an error if +batch. The default batch size is 512. Most Windows versions return an error if the value is larger than 1024. *{vista_and_newer}* {beatname_uc} starts a goroutine (a lightweight thread) to read from each diff --git a/winlogbeat/docs/winlogbeat-options.asciidoc b/winlogbeat/docs/winlogbeat-options.asciidoc index 57239aa72d3..907d5311fcb 100644 --- a/winlogbeat/docs/winlogbeat-options.asciidoc +++ b/winlogbeat/docs/winlogbeat-options.asciidoc @@ -98,7 +98,7 @@ winlogbeat.event_logs: ==== `event_logs.batch_read_size` The maximum number of event log records to read from the Windows API in a single -batch. The default batch size is 100. Most Windows versions return an error if +batch. The default batch size is 512. Most Windows versions return an error if the value is larger than 1024. *{vista_and_newer}* {beatname_uc} starts a goroutine (a lightweight thread) to read from each