Skip to content

Commit 98e2b8d

Browse files
authored
winlog: Add missing parameters documentation (#613)
* Interval\_NSec * String\_Inserts * Use\_ANSI Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 3148271 commit 98e2b8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pipeline/inputs/windows-event-log.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ The plugin supports the following configuration parameters:
1010
| :--- | :--- | :--- |
1111
| Channels | A comma-separated list of channels to read from. | |
1212
| Interval\_Sec | Set the polling interval for each channel. \(optional\) | 1 |
13+
| Interval\_NSec | Set the polling interval for each channel (sub seconds. \(optional\) | 0 |
1314
| DB | Set the path to save the read offsets. \(optional\) | |
15+
| String\_Inserts | Whether to include StringInserts in output records. \(optional\) | False |
16+
| Use\_ANSI | Use ANSI encoding on eventlog messages. \(optional\) | False |
1417

1518
Note that if you do not set _db_, the plugin will read channels from the beginning on each startup.
1619

0 commit comments

Comments
 (0)