Skip to content

Commit 4549f62

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent b46864c commit 4549f62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The plugin supports the following configuration parameters:
1818
| `Ignore_Missing_Channels` | Optional. Whether to ignore event channels not present in the event log, and continue running with subscribed channels. | `False` |
1919
| `Use_ANSI` | Optional. Use ANSI encoding on `eventlog` messages. If you have issues receiving blank strings with old Windows versions (Server 2012 R2), setting this to `True` might solve the problem. | `False` |
2020
| `Event_Query` | Specify XML query for filtering events. | `*` |
21-
| `Read_Limit_Per_Cycle` | Specify read limit per cycle. | `512KiB` |
21+
| `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` |
2323
| `Remote.Server` | Specify server name of remote access for Windows EventLog. | _none_ |
2424
| `Remote.Domain` | Specify domain name of remote access for Windows EventLog. | _none_ |
@@ -80,11 +80,11 @@ For further details, refer to [Microsoft's documentation](https://learn.microsof
8080

8181
### Command line
8282

83-
If you want to do a test, you can run this plugin from the command line.
83+
If you want to do a test, you can run this plugin from the command line:
8484

8585
```bash
8686
fluent-bit -i winevtlog -p 'channels=Setup' -p 'Read_Existing_Events=true' -o stdout
8787
```
8888

8989
The `winevtlog` plugin will tail channels on each startup.
90-
If you want to confirm whether this plugin is working or not, specify `-p 'Read_Existing_Events=true'` parameter.
90+
If you want to confirm whether this plugin is working or not, specify the `-p 'Read_Existing_Events=true'` parameter.

0 commit comments

Comments
 (0)