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.

17 lines
301B

  1. input {
  2. rabbitmq {
  3. host => "high-transfer"
  4. queue => "to-logstash"
  5. user => "logstash"
  6. password => "logstash"
  7. port => 5671
  8. durable => true
  9. ssl => true
  10. ssl_certificate_path => "/keys/cert.p12"
  11. ssl_certificate_password => "high-transfer"
  12. }
  13. }
  14. output {
  15. stdout {}
  16. }