Method: Fluent::Plugin::ExecOutput#configure

Defined in:
lib/fluent/plugin/out_exec.rb

#configure(conf) ⇒ Object



48
49
50
51
52
# File 'lib/fluent/plugin/out_exec.rb', line 48

def configure(conf)
  compat_parameters_convert(conf, :inject, :formatter, :buffer, default_chunk_key: 'time')
  super
  @formatter = formatter_create
end