Skip to content

Instantly share code, notes, and snippets.

@sameek
Created March 1, 2012 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sameek/1948665 to your computer and use it in GitHub Desktop.
Save sameek/1948665 to your computer and use it in GitHub Desktop.
Rabbitmq River Settings
"type" : "rabbitmq",
"rabbitmq" : {
"host" : "localhost",
"port" : 5672,
"user" : "guest",
"pass" : "guest",
"vhost" : "/",
"queue" : "myelasticsearch",
"exchange" : "myelasticsearch",
"routing_key" : "myelasticsearch",
"exchange_type" : "direct",
"exchange_durable" : true,
"queue_durable" : true,
"queue_auto_delete" : false
},
"index" : {
"bulk_size" : 200,
"bulk_timeout" : "20ms",
"ordered" : false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment