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
+5
Original file line number
Diff line number
Diff line change
@@ -17,6 +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
21
21
22
Note that if you do not set _db_, the plugin will tail channels on each startup.
22
23
@@ -40,6 +41,10 @@ Here is a minimum configuration example.
40
41
41
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.
42
43
44
+
The default value of Threshold\_Size is set up as 512KiB.
45
+
Note that 512KiB(= 0x7ffff = 512 * 1024 * 1024) does not equals to 512KB (= 512 * 1000 * 1000).
46
+
To increase events per second on this plugin, specify larger value than 512KiB.
47
+
43
48
#### Query Languages for Event_Query Parameter
44
49
45
50
The `Event_Query` parameter can be used to specify the XML query for filtering Windows EventLog during collection.
0 commit comments