Skip to content

Commit 2e8bf72

Browse files
committed
Update config description
Signed-off-by: Kenji Okimoto <[email protected]>
1 parent 8cc3216 commit 2e8bf72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/fluent/plugin/filter_concat.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ConcatFilter < Filter
2222
config_param :stream_identity_key, :string, default: nil
2323
desc "The interval between data flushes, 0 means disable timeout"
2424
config_param :flush_interval, :time, default: 60
25-
desc "The label name to handle timeout"
25+
desc "The label name to handle events caused by timeout"
2626
config_param :timeout_label, :string, default: nil
2727
desc "Use timestamp of first record when buffer is flushed"
2828
config_param :use_first_timestamp, :bool, default: false
@@ -34,7 +34,7 @@ class ConcatFilter < Filter
3434
config_param :keep_partial_key, :bool, default: false
3535
desc "The max size of each buffer"
3636
config_param :buffer_limit_size, :size, default: 500 * 1024 # 500k
37-
desc ""
37+
desc "The method if overflow buffer"
3838
config_param :buffer_overflow_method, :enum, list: [:ignore, :truncate, :drop, :new], default: :ignore
3939

4040
class TimeoutError < StandardError

0 commit comments

Comments
 (0)