mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Merge pull request #562 from dkoprov/doubled_host_parameter_fix
removes doubled :host parameter
This commit is contained in:
commit
e703d0f0f2
1 changed files with 0 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue