Skip to content

Commit

Permalink
- upgrade ftw. This new version sets TCP_NODELAY on all connections.
Browse files Browse the repository at this point in the history
Because of this change, the elasticsearch_http output can send data at a
much faster rate (since we aren't waiting for a full segment before
publishing data)

Before this patch, locally I measured elasticsearch_http at 1500 eps;
After this patch, I measured elasticsearch_http at 8500 eps.
  • Loading branch information
jordansissel committed Oct 3, 2013
1 parent d821f70 commit 5333a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "i18n" #(MIT license)

# Web dependencies
gem.add_runtime_dependency "ftw", ["~> 0.0.35"] #(Apache 2.0 license)
gem.add_runtime_dependency "ftw", ["~> 0.0.36"] #(Apache 2.0 license)
gem.add_runtime_dependency "haml" #(MIT license)
gem.add_runtime_dependency "rack" #(MIT license)
gem.add_runtime_dependency "sass" #(MIT license)
Expand Down

0 comments on commit 5333a4c

Please sign in to comment.