Class: Plugin::RecordReformerOutput
- Inherits:
-
Output
- Object
- Output
- Plugin::RecordReformerOutput
- 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
- #configure(conf) ⇒ Object
-
#initialize ⇒ RecordReformerOutput
constructor
A new instance of RecordReformerOutput.
- #process(tag, es) ⇒ Object
Methods included from Fluent::RecordReformerOutputCore
included, #multi_workers_ready?
Constructor Details
#initialize ⇒ RecordReformerOutput
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 |