Skip to content

Commit

Permalink
remove unused port parameter
Browse files Browse the repository at this point in the history
Fixes #17
  • Loading branch information
jsvd authored and jordansissel committed Jul 28, 2015
1 parent 130ee3b commit bfbcc44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/logstash/inputs/elasticsearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ class LogStash::Inputs::Elasticsearch < LogStash::Inputs::Base
default :codec, "json"

# List of elasticsearch hosts to use for querying.
# each host can be either IP, HOST, IP:port or HOST:port
# port defaults to 9200
config :hosts, :validate => :array

# The HTTP port of your Elasticsearch server's REST interface.
config :port, :validate => :number, :default => 9200

# The index or alias to search.
config :index, :validate => :string, :default => "logstash-*"

Expand Down

0 comments on commit bfbcc44

Please sign in to comment.