From a0fa2a3d932288b2413ba4e33f8d0f808760a814 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Wed, 21 May 2025 19:35:01 +0900 Subject: [PATCH] in_winetvlog: Add documentations for parameters of remote access Signed-off-by: Hiroshi Hatake --- pipeline/inputs/windows-event-log-winevtlog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pipeline/inputs/windows-event-log-winevtlog.md b/pipeline/inputs/windows-event-log-winevtlog.md index a572f8771..79ef62ae0 100644 --- a/pipeline/inputs/windows-event-log-winevtlog.md +++ b/pipeline/inputs/windows-event-log-winevtlog.md @@ -20,6 +20,10 @@ The plugin supports the following configuration parameters: | Event\_Query | Specify XML query for filtering events. | `*` | | Read\_Limit\_Per\_Cycle | Specify read limit per cycle. | 512KiB | | Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` | +| Remote.Server | Specify server name of remote access for Windows EventLog. | | +| Remote.Domain | Specify domain name of remote access for Windows EventLog. | | +| Remote.Username | Specify user name of remote access for Windows EventLog. | | +| Remote.Password | Specify password of remote access for Windows EventLog. | | Note that if you do not set _db_, the plugin will tail channels on each startup.