SET false BEFORE CONFIGURE, to return nil when time not parsed
# File lib/fluent/plugin/parser.rb, line 39 def initialize super @estimate_current_event = true end
# File lib/fluent/plugin/parser.rb, line 48 def call(*a, &b) # Keep backward compatibility for existing plugins # TODO: warn when deprecated parse(*a, &b) end
# File lib/fluent/plugin/parser.rb, line 44 def parse(text) raise NotImplementedError, "Implement this method in child class" end