Skip to content

Commit 2e0f7aa

Browse files
committed
Edit README
Signed-off-by: Blake Hensley <[email protected]>
1 parent 9469663 commit 2e0f7aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ 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 `_` .|
86+
|`downcase_description_keys`| (option) Specify whether to downcase the keys that are parsed from the Description. Defaults to `true`.|
8487
|`read_from_head` | **Deprecated** (option) Start to read the entries from the oldest, not from when fluentd is started. Defaults to `false`.|
8588
|`read_existing_events` | (option) Read the entries which already exist before fluentd is started. Defaults to `false`.|
8689
|`render_as_xml` | (option) Render Windows EventLog as XML or Ruby Hash object directly. Defaults to `false`.|

0 commit comments

Comments
 (0)