Update elasticsearch river conf example to use rabbitmq

This commit is contained in:
Michael Zaccari 2013-01-28 23:11:48 -05:00
parent 24588d7dec
commit 0765674f97

View file

@ -16,6 +16,6 @@ output {
stdout { }
elasticsearch_river {
es_host => "localhost"
amqp_host => "localhost"
rabbitmq_host => "localhost"
}
}