- set exchange type to fanout

This commit is contained in:
Jordan Sissel 2011-06-29 00:02:49 -07:00
parent 1c75880d09
commit adc39d1932

View file

@ -2,7 +2,7 @@ input {
amqp {
type => "foo"
host => "localhost"
exchange_type => "direct"
exchange_type => "fanout"
name => "logstash"
#user => "guest"
#password => "guest"