Skip to content

Commit f1b7e31

Browse files
committed
Update README.md
Signed-off-by: Blake Hensley <[email protected]>
1 parent 3cb73f7 commit f1b7e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ Fluentd Input plugin for the Windows Event Log using newer Windows Event Logging
8181
|`<storage>` | Setting for `storage` plugin for recording read position like `in_tail`'s `pos_file`.|
8282
|`<parse>` | Setting for `parser` plugin for parsing raw XML EventLog records. |
8383
|`parse_description`| (option) parse `description` field and set parsed result into the record. `Description` and `EventData` fields are removed|
84-
|`description_prefix_word_delimeter`| (option) Change the character placed between the parent_key and key. Set the value to "" for no delimiter. Defaults to `.` .|
85-
|`description_word_delimeter`| (option) Change the character placed between each word of the key. Set the value to "" for no delimiter. Defaults to `_` .|
84+
|`description_prefix_word_delimiter`| (option) Change the character placed between the parent_key and key. Set the value to "" for no delimiter. Defaults to `.` .|
85+
|`description_word_delimiter`| (option) Change the character placed between each word of the key. Set the value to "" for no delimiter. Defaults to `_` .|
8686
|`downcase_description_keys`| (option) Specify whether to downcase the keys that are parsed from the Description. Defaults to `true`.|
8787
|`read_from_head` | **Deprecated** (option) Start to read the entries from the oldest, not from when fluentd is started. Defaults to `false`.|
8888
|`read_existing_events` | (option) Read the entries which already exist before fluentd is started. Defaults to `false`.|

0 commit comments

Comments
 (0)