You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
175B

  1. input {
  2. rabbitmq {
  3. host => "high-transfer"
  4. queue => "to-logstash"
  5. user => "logstash"
  6. password => "logstash"
  7. durable => true
  8. }
  9. }
  10. output {
  11. stdout {}
  12. }