# File lib/fluent/input.rb, line 25 def initialize super end
# File lib/fluent/input.rb, line 29 def configure(conf) super if label_name = conf['@label'] label = Engine.root_agent.find_label(label_name) @router = label.event_router elsif @router.nil? @router = Engine.root_agent.event_router end end
# File lib/fluent/input.rb, line 43 def shutdown end
# File lib/fluent/input.rb, line 40 def start end