Skip to content

Commit 4e0614e

Browse files
committed
Remove from_encoding parameter in README
Signed-off-by: Nishant Nayak <[email protected]>
1 parent e061144 commit 4e0614e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ Fluentd Input plugin for the Windows Event Log using newer Windows Event Logging
7878
|`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.|
7979
|`keys` | (option) A subset of [keys](#read-keys) to read. Defaults to all keys.|
8080
|`read_interval` | (option) Read interval in seconds. 2 seconds as default.|
81-
|`from_encoding` | (option) Input character encoding. `nil` as default.|
8281
|`<storage>` | Setting for `storage` plugin for recording read position like `in_tail`'s `pos_file`.|
8382
|`<parse>` | Setting for `parser` plugin for parsing raw XML EventLog records. |
8483
|`parse_description`| (option) parse `description` field and set parsed result into the record. `Description` and `EventData` fields are removed|

0 commit comments

Comments
 (0)