From a0a5465b4b91494dd6fd556f9cc935feb04dbdc8 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Mon, 27 Sep 2021 18:46:11 +0900 Subject: [PATCH] winlog: Add missing parameters documentation * Interval\_NSec * String\_Inserts * Use\_ANSI Signed-off-by: Hiroshi Hatake --- pipeline/inputs/windows-event-log.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pipeline/inputs/windows-event-log.md b/pipeline/inputs/windows-event-log.md index a6ce03ecd..e1ce4140b 100644 --- a/pipeline/inputs/windows-event-log.md +++ b/pipeline/inputs/windows-event-log.md @@ -10,7 +10,10 @@ The plugin supports the following configuration parameters: | :--- | :--- | :--- | | Channels | A comma-separated list of channels to read from. | | | Interval\_Sec | Set the polling interval for each channel. \(optional\) | 1 | +| Interval\_NSec | Set the polling interval for each channel (sub seconds. \(optional\) | 0 | | DB | Set the path to save the read offsets. \(optional\) | | +| String\_Inserts | Whether to include StringInserts in output records. \(optional\) | False | +| Use\_ANSI | Use ANSI encoding on eventlog messages. \(optional\) | False | Note that if you do not set _db_, the plugin will read channels from the beginning on each startup.