Sha256: 2314ac680cc54cf9241fec7ab307da7f18d5eb8f629d7b715c0642e07dd01f13

Contents?: true

Size: 823 Bytes

Versions: 4

Compression:

Stored size: 823 Bytes

Contents

#
# Copyright 2021- TODO: Write your name
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

require "fluent/plugin/filter"

module Fluent
  module Plugin
    class SanitizerFilter < Fluent::Plugin::Filter
      Fluent::Plugin.register_filter("sanitizer", self)

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fluent-plugin-sanitizer-0.1.3 test/lib/fluent/plugin/filter_sanitizer.rb
fluent-plugin-sanitizer-0.1.2 test/lib/fluent/plugin/filter_sanitizer.rb
fluent-plugin-sanitizer-0.1.1 test/lib/fluent/plugin/filter_sanitizer.rb
fluent-plugin-sanitizer-0.1.0 test/lib/fluent/plugin/filter_sanitizer.rb