Fluent::MonitorAgentInput::ConfigMonitorServlet
# File lib/fluent/plugin/in_monitor_agent.rb, line 182 def process(req, res) result = build_object(req, res) row = [] JSON.parse(result.to_json).each_pair { |k, v| row << "#{k}:#{v}" } text = row.join("\t") [200, {'Content-Type'=>'text/plain'}, text] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.