Skip to content

Commit 3bd4e32

Browse files
IN:WinevtLogs - added documentation for "ignore_missing_channels" (#1568)
* Update windows-event-log-winevtlog.md Added documentation for "ignore_missing_channels" in WinevtLogs input Signed-off-by: Meissner Morales <[email protected]> * Update pipeline/inputs/windows-event-log-winevtlog.md Co-authored-by: Adam Locke <[email protected]> Signed-off-by: Meissner Morales <[email protected]> --------- Signed-off-by: Meissner Morales <[email protected]> Co-authored-by: Adam Locke <[email protected]>
1 parent 1eb7806 commit 3bd4e32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/inputs/windows-event-log-winevtlog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The plugin supports the following configuration parameters:
1515
| DB | Set the path to save the read offsets. \(optional\) | |
1616
| String\_Inserts | Whether to include StringInserts in output records. \(optional\) | True |
1717
| Render\_Event\_As\_XML | Whether to render system part of event as XML string or not. \(optional\) | False |
18+
| Ignore\_Missing\_Channels | Whether to ignore event channels not present in the event log, and continue running with subscribed channels. \(optional\) | False |
1819
| Use\_ANSI | Use ANSI encoding on eventlog messages. If you have issues receiving blank strings with old Windows versions (Server 2012 R2), setting this to True may solve the problem. \(optional\) | False |
1920
| Event\_Query | Specify XML query for filtering events. | `*` |
2021
| Read\_Limit\_Per\_Cycle | Specify read limit per cycle. | 512KiB |

0 commit comments

Comments
 (0)