# File lib/fluent/input.rb, line 30 def initialize super end
# File lib/fluent/input.rb, line 34 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 48 def shutdown end
# File lib/fluent/input.rb, line 45 def start end