lib/logstash/outputs/elasticsearch.rb in logstash-lite-0.2.20110405105201 vs lib/logstash/outputs/elasticsearch.rb in logstash-lite-0.2.20110422152244

- old
+ new

@@ -100,9 +100,10 @@ "vhost" => amqp_vhost, "queue" => amqp_queue_name, "exchange" => amqp_exchange_name, "exchange_durable" => amqp_exchange_durable ? "true" : "false", "exchange_type" => amqp_exchange_type, + "routing_key" => "", }, "index" => { "bulk_size" => 100, "bulk_timeout" => "10ms", },