We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3148271 commit 98e2b8dCopy full SHA for 98e2b8d
pipeline/inputs/windows-event-log.md
@@ -10,7 +10,10 @@ The plugin supports the following configuration parameters:
10
| :--- | :--- | :--- |
11
| Channels | A comma-separated list of channels to read from. | |
12
| 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 |
14
| 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 |
17
18
Note that if you do not set _db_, the plugin will read channels from the beginning on each startup.
19
0 commit comments