From bade681b01d9a3a4a1324ad3e93e0a5e8abc3917 Mon Sep 17 00:00:00 2001 From: Dmitry Koprov Date: Mon, 29 Jul 2013 09:28:19 +0400 Subject: [PATCH] removes doubled :host parameter --- lib/logstash/outputs/elasticsearch.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/logstash/outputs/elasticsearch.rb b/lib/logstash/outputs/elasticsearch.rb index d51e15435..de0ad3205 100644 --- a/lib/logstash/outputs/elasticsearch.rb +++ b/lib/logstash/outputs/elasticsearch.rb @@ -32,9 +32,6 @@ class LogStash::Outputs::ElasticSearch < LogStash::Outputs::Base config_name "elasticsearch" milestone 3 - # ElasticSearch server name. This is optional if your server is discoverable. - config :host, :validate => :string - # The index to write events to. This can be dynamic using the %{foo} syntax. # The default value will partition your indices by day so you can more easily # delete old data or only search specific date ranges.