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 6831029 commit 6f7bcdaCopy full SHA for 6f7bcda
test/plugin/test_filter_concat.rb
@@ -59,7 +59,7 @@ def filter_with_time(conf, messages, wait: nil)
59
end
60
61
test "either" do
62
- assert_raise(Fluent::ConfigError.new("Either n_lines or multiline_start_regexp or multiline_end_regexp is required")) do
+ assert_raise(Fluent::ConfigError.new("Either n_lines, multiline_start_regexp, multiline_end_regexp, or partial_key is required")) do
63
create_driver(<<-CONFIG)
64
key message
65
CONFIG
0 commit comments