Sha256: 38b9ee346efa191c8739343de201744490927ea45a472f022b49685c71fbec2b
Contents?: true
Size: 255 Bytes
Versions: 21
Compression:
Stored size: 255 Bytes
Contents
<%= preamble %> require "fluent/plugin/filter" module Fluent module Plugin class <%= class_name %> < Fluent::Plugin::Filter Fluent::Plugin.register_filter("<%= name %>", self) def filter(tag, time, record) end end end end
Version data entries
21 entries across 21 versions & 2 rubygems