Skip to content

Commit

Permalink
Remove from_encoding parameter in README
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Nayak <[email protected]>
  • Loading branch information
Nishant Nayak committed May 3, 2024
1 parent e061144 commit 4e0614e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ Fluentd Input plugin for the Windows Event Log using newer Windows Event Logging
|`channels` | (option) No default value just empty array, but 'application' is used as default due to backward compatibility. One or more of {'application', 'system', 'setup', 'security'} and other evtx, which is the brand new Windows XML Event Log (EVTX) format since Windows Vista, formatted channels. Theoritically, `in_windows_ventlog2` may read all of channels except for debug and analytical typed channels. If you want to read 'setup' or 'security' logs or some privileged channels, you must launch fluentd with administrator privileges.|
|`keys` | (option) A subset of [keys](#read-keys) to read. Defaults to all keys.|
|`read_interval` | (option) Read interval in seconds. 2 seconds as default.|
|`from_encoding` | (option) Input character encoding. `nil` as default.|
|`<storage>` | Setting for `storage` plugin for recording read position like `in_tail`'s `pos_file`.|
|`<parse>` | Setting for `parser` plugin for parsing raw XML EventLog records. |
|`parse_description`| (option) parse `description` field and set parsed result into the record. `Description` and `EventData` fields are removed|
Expand Down

0 comments on commit 4e0614e

Please sign in to comment.