Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
okkez committed Jul 9, 2019
1 parent 97d4d61 commit 739f962
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/fluent/plugin/filter_concat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ class ConcatFilter < Filter
desc "If true, keep partial_key in concatenated records"
config_param :keep_partial_key, :bool, default: false

config_param :consider_partial, :bool, default: false
config_section :partial, required: false, multi: false do
config_param :message_key, :string, default: "partial_message"
config_param :id_key, :string, default: "partial_id"
config_param :ordinal_key, :string, default: "partial_ordinal"
config_param :last_key, :string, default: "partial_last"
end

class TimeoutError < StandardError
end

Expand Down

0 comments on commit 739f962

Please sign in to comment.