We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8bf72 commit 147f15eCopy full SHA for 147f15e
lib/fluent/plugin/filter_concat.rb
@@ -58,7 +58,7 @@ def configure(conf)
58
raise Fluent::ConfigError, "n_lines and multiline_start_regexp/multiline_end_regexp are exclusive"
59
end
60
if @n_lines.nil? && @multiline_start_regexp.nil? && @multiline_end_regexp.nil? && @partial_key.nil?
61
- raise Fluent::ConfigError, "Either n_lines or multiline_start_regexp or multiline_end_regexp is required"
+ raise Fluent::ConfigError, "Either n_lines, multiline_start_regexp, multiline_end_regexp, or partial_key is required"
62
63
if @partial_key && @n_lines
64
raise Fluent::ConfigError, "partial_key and n_lines are exclusive"
0 commit comments