lib/fluent/plugin/multi_output.rb in fluentd-1.0.0.rc1 vs lib/fluent/plugin/multi_output.rb in fluentd-1.0.0
- old
+ new
@@ -27,9 +27,10 @@
include PluginHelper::Mixin # for event_emitter
helpers :event_emitter # to get router from agent, which will be supplied to child plugins
config_section :store, param_name: :stores, multi: true, required: true do
+ config_argument :arg, :string, default: ''
config_param :@type, :string, default: nil
end
attr_reader :outputs, :outputs_statically_created