Class: Plugin::RecordReformerOutput

Inherits:
Output
  • Object
show all
Includes:
Fluent::RecordReformerOutputCore
Defined in:
lib/fluent/plugin/out_record_reformer/v14.rb

Constant Summary

Constants included from Fluent::RecordReformerOutputCore

Fluent::RecordReformerOutputCore::BUILTIN_CONFIGURATIONS

Instance Method Summary collapse

Methods included from Fluent::RecordReformerOutputCore

included

Constructor Details

#initializeRecordReformerOutput

Returns a new instance of RecordReformerOutput.



10
11
12
# File 'lib/fluent/plugin/out_record_reformer/v14.rb', line 10

def initialize
  super
end

Instance Method Details

#configure(conf) ⇒ Object



14
15
16
# File 'lib/fluent/plugin/out_record_reformer/v14.rb', line 14

def configure(conf)
  super
end

#process(tag, es) ⇒ Object



18
19
20
# File 'lib/fluent/plugin/out_record_reformer/v14.rb', line 18

def process(tag, es)
  super
end