Skip to content

Commit a0fa2a3

Browse files
committed
in_winetvlog: Add documentations for parameters of remote access
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 31150bc commit a0fa2a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ The plugin supports the following configuration parameters:
2020
| Event\_Query | Specify XML query for filtering events. | `*` |
2121
| Read\_Limit\_Per\_Cycle | Specify read limit per cycle. | 512KiB |
2222
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
23+
| Remote.Server | Specify server name of remote access for Windows EventLog. | |
24+
| Remote.Domain | Specify domain name of remote access for Windows EventLog. | |
25+
| Remote.Username | Specify user name of remote access for Windows EventLog. | |
26+
| Remote.Password | Specify password of remote access for Windows EventLog. | |
2327

2428
Note that if you do not set _db_, the plugin will tail channels on each startup.
2529

0 commit comments

Comments
 (0)