input { rabbitmq { host => "high-transfer" queue => "to-logstash" user => "logstash" password => "logstash" durable => true } } output { stdout {} }