Sha256: f5d1116b0f7d5fd0e584ba9af65f04e9096ead29d4cd91b8cdac50ecc15f409c

Contents?: true

Size: 137 Bytes

Versions: 11

Compression:

Stored size: 137 Bytes

Contents

module Fluent
  TextFormatter.register_template('known', Proc.new { |tag, time, record|
      "#{tag}:#{time}:#{record.size}"
    })
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fluentd-0.10.57 test/scripts/fluent/plugin/formatter_known.rb
fluentd-0.12.0.pre.2 test/scripts/fluent/plugin/formatter_known.rb
fluentd-0.10.56 test/scripts/fluent/plugin/formatter_known.rb
fluentd-0.10.55 test/scripts/fluent/plugin/formatter_known.rb
fluentd-0.10.54 test/scripts/fluent/plugin/formatter_known.rb
fluentd-0.12.0.pre.1 test/scripts/fluent/plugin/formatter_known.rb
fluentd-0.10.53 test/scripts/fluent/plugin/formatter_known.rb
fluentd-0.10.52 test/scripts/fluent/plugin/formatter_known.rb
fluentd-0.10.51 test/scripts/fluent/plugin/formatter_known.rb
fluentd-0.10.50 test/scripts/fluent/plugin/formatter_known.rb
fluentd-0.10.49 test/scripts/fluent/plugin/formatter_known.rb