class Fluent::TextParser::NodejsLogstash
Public Instance Methods
configure(conf)
click to toggle source
Calls superclass method
Fluent::TextParser::JSONishParser#configure
# File lib/fluent/plugin/parser_logstash.rb, line 8 def configure(conf) super(conf) @time_key = '@timestamp' @move_keys.update({ '@version' => nil, '@timestamp' => nil }) end