Class: Fluent::TextParser::NodejsLogstash
- Inherits:
-
JSONishParser
- Object
- JSONParser
- JSONishParser
- Fluent::TextParser::NodejsLogstash
- Defined in:
- lib/fluent/plugin/parser_logstash.rb
Instance Method Summary collapse
Methods inherited from JSONishParser
Constructor Details
This class inherits a constructor from Fluent::TextParser::JSONishParser
Instance Method Details
#configure(conf) ⇒ Object
8 9 10 11 12 |
# 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 |