From 0765674f978112aaa671638b77aab7d189f70aa1 Mon Sep 17 00:00:00 2001 From: Michael Zaccari Date: Mon, 28 Jan 2013 23:11:48 -0500 Subject: [PATCH] Update elasticsearch river conf example to use rabbitmq --- etc/examples/esriver.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/examples/esriver.conf b/etc/examples/esriver.conf index 69c8ff655..10494b53c 100644 --- a/etc/examples/esriver.conf +++ b/etc/examples/esriver.conf @@ -16,6 +16,6 @@ output { stdout { } elasticsearch_river { es_host => "localhost" - amqp_host => "localhost" + rabbitmq_host => "localhost" } }