You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,8 @@ Fluentd Input plugin for the Windows Event Log using newer Windows Event Logging
81
81
|`<storage>`| Setting for `storage` plugin for recording read position like `in_tail`'s `pos_file`.|
82
82
|`<parse>`| Setting for `parser` plugin for parsing raw XML EventLog records. |
83
83
|`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 `_` .|
86
86
|`downcase_description_keys`| (option) Specify whether to downcase the keys that are parsed from the Description. Defaults to `true`.|
87
87
|`read_from_head`|**Deprecated** (option) Start to read the entries from the oldest, not from when fluentd is started. Defaults to `false`.|
88
88
|`read_existing_events`| (option) Read the entries which already exist before fluentd is started. Defaults to `false`.|
0 commit comments