Sha256: f9912184d85469a3b248eb2f2853473cbc029738aa00462c2fa50a0f93e5a0db

Contents?: true

Size: 212 Bytes

Versions: 247

Compression:

Stored size: 212 Bytes

Contents

<%= preamble %>

require "fluent/plugin/input"

module Fluent
  module Plugin
    class <%= class_name %> < Fluent::Plugin::Input
      Fluent::Plugin.register_input("<%= plugin_name %>", self)
    end
  end
end

Version data entries

247 entries across 247 versions & 7 rubygems

Version Path
fluentd-1.14.6-x64-mingw-ucrt templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.6-x64-mingw32 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.6 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.5-x64-mingw-ucrt templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.5-x86-mingw32 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.5-x64-mingw32 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.5 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.4-x64-mingw-ucrt templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.4-x64-mingw32 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.4-x86-mingw32 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.4 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.3-x86-mingw32 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.3-x64-mingw32 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.3 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.2-x86-mingw32 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.2-x64-mingw32 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.2 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.1-x86-mingw32 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.1-x64-mingw32 templates/new_gem/lib/fluent/plugin/input.rb.erb
fluentd-1.14.1 templates/new_gem/lib/fluent/plugin/input.rb.erb