Hi All,
I am using the rabbitmq-river plugin for elasticsearch. My configuration
for the river is as follows:
curl -XPUT 'localhost:9200/_river/rabbit_river/_meta' -d '{
"type" : "rabbitmq",
"rabbitmq" : {
"host" : "lbha1.ir.clemson.edu",
"port" : 5672,
"user" : "guest",
"pass" : "guest",
"vhost" : "/",
"queue" : "diagnostics_es",
"exchange" : "ir.diagnostics",
"routing_key" : "ir.diagnostics.*.*",
"exchange_declare" : true,
"exchange_type" : "topic",
"exchange_durable" : true,
"queue_declare" : true,
"queue_bind" : true,
"queue_durable" : true,
"queue_auto_delete" : false,
"heartbeat" : "30m",
"nack_errors" : true
},
"index" : {
"bulk_size" : 100,
"bulk_timeout" : "10ms",
"ordered" : false,
"replication" : "default"
}
}'
However, the logs of elasticsearch keeps give me the following message:
[2014-06-10 11:12:33,354][TRACE][river.rabbitmq ] [Madame Web]
[rabbitmq][rabbit_river] executing bulk with [0] actions
Do you have any idea why this happens?
Thanks!
best,
Yuheng
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/da7442f8-7eef-4044-b4c8-a78110f98186%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.