class Fluent::TextFormatter::LogstashFormatter

Public Instance Methods

configure(conf) click to toggle source
Calls superclass method
# File lib/fluent/plugin/formatter_logstash.rb, line 8
def configure(conf)
  super(conf)
  @add_time = { 'key' => '@timestamp', 'format' => 'iso8601(3)' }
end