Skip to content

Commit 31bbaf0

Browse files
BlakeHensleyydaipom
andcommitted
Update lib/fluent/plugin/in_windows_eventlog2.rb
prefix_word to key Co-authored-by: Daijiro Fukuda <[email protected]> Signed-off-by: Blake Hensley <[email protected]>
1 parent 0d9c532 commit 31bbaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fluent/plugin/in_windows_eventlog2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ReconnectError < Fluent::UnrecoverableError; end
4040
config_param :read_from_head, :bool, default: false, deprecated: "Use `read_existing_events' instead."
4141
config_param :read_existing_events, :bool, default: false
4242
config_param :parse_description, :bool, default: false
43-
config_param :description_prefix_word_delimiter, :string, default: "."
43+
config_param :description_key_delimiter, :string, default: "."
4444
config_param :description_word_delimiter, :string, default: "_"
4545
config_param :downcase_description_keys, :bool, default: true
4646
config_param :render_as_xml, :bool, default: false

0 commit comments

Comments
 (0)