mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- set exchange type to fanout
This commit is contained in:
parent
1c75880d09
commit
adc39d1932
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ input {
|
|||
amqp {
|
||||
type => "foo"
|
||||
host => "localhost"
|
||||
exchange_type => "direct"
|
||||
exchange_type => "fanout"
|
||||
name => "logstash"
|
||||
#user => "guest"
|
||||
#password => "guest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue