Class: Fluent::PluginFilterWhere

Inherits:
Filter
  • Object
show all
Includes:
FilterWhere::Core
Defined in:
lib/fluent/plugin/filter_where/v12.rb

Instance Method Summary collapse

Methods included from FilterWhere::Core

included

Constructor Details

#initializePluginFilterWhere

Returns a new instance of PluginFilterWhere.



9
10
11
# File 'lib/fluent/plugin/filter_where/v12.rb', line 9

def initialize
  super
end

Instance Method Details

#configure(conf) ⇒ Object



18
19
20
# File 'lib/fluent/plugin/filter_where/v12.rb', line 18

def configure(conf)
  super
end

#filter(tag, time, record) ⇒ Object



22
23
24
# File 'lib/fluent/plugin/filter_where/v12.rb', line 22

def filter(tag, time, record)
  super
end