Skip to content

Instantly share code, notes, and snippets.

@stevendeboer
Created November 4, 2013 12:01
Show Gist options
  • Save stevendeboer/7301555 to your computer and use it in GitHub Desktop.
Save stevendeboer/7301555 to your computer and use it in GitHub Desktop.
input {
udp {
type => syslog
port => 514
}
}
output {
rabbitmq {
exchange => "logstash-exchange"
host => "localhost"
exchange_type => "direct"
key => "logstash-routing-%{type}"
user => "guest"
password => "guest"
durable => true
persistent => true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment