mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Update elasticsearch river conf example to use rabbitmq
This commit is contained in:
parent
24588d7dec
commit
0765674f97
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ output {
|
||||||
stdout { }
|
stdout { }
|
||||||
elasticsearch_river {
|
elasticsearch_river {
|
||||||
es_host => "localhost"
|
es_host => "localhost"
|
||||||
amqp_host => "localhost"
|
rabbitmq_host => "localhost"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue