mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- set the default port to '9300-9400' which uses the new portrange
feature of jruby-elasticsearch. Fixes: LOGSTASH-566
This commit is contained in:
parent
028a8fd86d
commit
d7d9fe7fdc
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue