Class: Fluent::Plugin::FlattenTypesFilter

Inherits:
Filter
  • Object
show all
Defined in:
lib/fluent/plugin/filter_flatten_types.rb

Instance Method Summary collapse

Instance Method Details

#filter(tag, time, record) ⇒ Object



63
64
65
# File 'lib/fluent/plugin/filter_flatten_types.rb', line 63

def filter(tag, time, record)
  return flatten(record)
end