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