Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pipeline/inputs/windows-event-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down