Class: Fluent::FlattenHashFilter
- Inherits:
-
Filter
- Object
- Filter
- Fluent::FlattenHashFilter
- Includes:
- FlattenHashUtil
- Defined in:
- lib/fluent/plugin/filter_flatten_hash.rb
Instance Method Summary collapse
Methods included from FlattenHashUtil
Instance Method Details
#configure(conf) ⇒ Object
12 13 14 |
# File 'lib/fluent/plugin/filter_flatten_hash.rb', line 12 def configure(conf) super end |
#filter(tag, time, record) ⇒ Object
16 17 18 |
# File 'lib/fluent/plugin/filter_flatten_hash.rb', line 16 def filter(tag, time, record) flatten_record(record, []) end |