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 31150bc commit a0fa2a3Copy full SHA for a0fa2a3
pipeline/inputs/windows-event-log-winevtlog.md
@@ -20,6 +20,10 @@ The plugin supports the following configuration parameters:
20
| Event\_Query | Specify XML query for filtering events. | `*` |
21
| Read\_Limit\_Per\_Cycle | Specify read limit per cycle. | 512KiB |
22
| 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. | |
27
28
Note that if you do not set _db_, the plugin will tail channels on each startup.
29
0 commit comments