Class: Plugin::FilterWhere

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

Instance Method Summary collapse

Methods included from Fluent::FilterWhere::Core

included

Constructor Details

#initializeFilterWhere

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