- set the default port to '9300-9400' which uses the new portrange

feature of jruby-elasticsearch. Fixes: LOGSTASH-566
This commit is contained in:
Jordan Sissel 2013-05-04 18:40:29 -07:00
parent 028a8fd86d
commit d7d9fe7fdc
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
1.1.11 (???)
## general
- This release is primarily a bugfix release for bugs introduced by the
previous release.
- Support for Rubinius and MRI exists once again.
## inputs

View file

@ -57,7 +57,7 @@ class LogStash::Outputs::ElasticSearch < LogStash::Outputs::Base
# The port for ElasticSearch transport to use. This is *not* the ElasticSearch
# REST API port (normally 9200).
config :port, :validate => :number, :default => 9300
config :port, :validate => :number, :default => "9300-9400"
# The name/address of the host to bind to for ElasticSearch clustering
config :bind_host, :validate => :string