Skip to content

Commit 822a057

Browse files
committed
in_winevtlog: Follow the change of parameter name
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 9b0a3a8 commit 822a057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The plugin supports the following configuration parameters:
1717
| Render\_Event\_As\_XML | Whether to render system part of event as XML string or not. \(optional\) | False |
1818
| 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 |
1919
| 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\) | |
2121

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

@@ -41,7 +41,7 @@ Here is a minimum configuration example.
4141

4242
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.
4343

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.
4545
Note that 512KiB(= 0x7ffff = 512 * 1024 * 1024) does not equals to 512KB (= 512 * 1000 * 1000).
4646
To increase events per second on this plugin, specify larger value than 512KiB.
4747

0 commit comments

Comments
 (0)