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
11 12 13 |
# File 'lib/fluent/plugin/filter_flatten_hash.rb', line 11 def configure(conf) super end |
#filter(tag, time, record) ⇒ Object
15 16 17 |
# File 'lib/fluent/plugin/filter_flatten_hash.rb', line 15 def filter(tag, time, record) flatten_record(record, []) end |