Class: Plugin::FilterWhere
- Inherits:
-
Filter
- Object
- Filter
- Plugin::FilterWhere
- Includes:
- Fluent::FilterWhere::Core
- Defined in:
- lib/fluent/plugin/filter_where/v14.rb
Instance Method Summary collapse
- #configure(conf) ⇒ Object
- #filter(tag, time, record) ⇒ Object
-
#initialize ⇒ FilterWhere
constructor
A new instance of FilterWhere.
Methods included from Fluent::FilterWhere::Core
Constructor Details
#initialize ⇒ FilterWhere
Returns a new instance of FilterWhere.
9 10 11 |
# File 'lib/fluent/plugin/filter_where/v14.rb', line 9 def initialize super end |
Instance Method Details
#configure(conf) ⇒ Object
13 14 15 |
# File 'lib/fluent/plugin/filter_where/v14.rb', line 13 def configure(conf) super end |
#filter(tag, time, record) ⇒ Object
17 18 19 |
# File 'lib/fluent/plugin/filter_where/v14.rb', line 17 def filter(tag, time, record) super end |