You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/inputs/windows-event-log-winevtlog.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The plugin supports the following configuration parameters:
17
17
| Render\_Event\_As\_XML | Whether to render system part of event as XML string or not. \(optional\)| False |
18
18
| 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 |
19
19
| Event\_Query | Specify XML query for filtering events. |`*`|
20
-
|Threshold\_Size| Specify threshold size per a cycle. (\optional\)||
20
+
|Read\_Limit\_Per\_Cycle | Specify reading limitation per a cycle. (\optional\)||
21
21
22
22
Note that if you do not set _db_, the plugin will tail channels on each startup.
23
23
@@ -41,7 +41,7 @@ Here is a minimum configuration example.
41
41
42
42
Note that some Windows Event Log channels \(like `Security`\) requires an admin privilege for reading. In this case, you need to run fluent-bit as an administrator.
43
43
44
-
The default value of Threshold\_Size is set up as 512KiB.
44
+
The default value of Read\_Limit\_Per\_Cycle is set up as 512KiB.
45
45
Note that 512KiB(= 0x7ffff = 512 * 1024 * 1024) does not equals to 512KB (= 512 * 1000 * 1000).
46
46
To increase events per second on this plugin, specify larger value than 512KiB.
0 commit comments