Merge pull request #1108 from jamtur01/esdocs

Minor updates to elasticsearch output docs
This commit is contained in:
Richard Pijnenburg 2014-02-24 09:37:51 +00:00
commit f4930db2f2

View file

@ -12,10 +12,10 @@ require "stud/buffer"
# you should set `protocol => http` in this plugin. # you should set `protocol => http` in this plugin.
# #
# If you want to set other Elasticsearch options that are not exposed directly # If you want to set other Elasticsearch options that are not exposed directly
# as config options, there are two options: # as configuration options, there are two methods:
# #
# * create an elasticsearch.yml file in the $PWD of the Logstash process # * Create an `elasticsearch.yml` file in the $PWD of the Logstash process
# * pass in es.* java properties (java -Des.node.foo= or ruby -J-Des.node.foo=) # * Pass in es.* java properties (java -Des.node.foo= or ruby -J-Des.node.foo=)
# #
# With the default `protocol` setting ("node"), this plugin will join your # With the default `protocol` setting ("node"), this plugin will join your
# Elasticsearch cluster as a client node, so it will show up in Elasticsearch's # Elasticsearch cluster as a client node, so it will show up in Elasticsearch's
@ -25,8 +25,8 @@ require "stud/buffer"
# #
# ## Operational Notes # ## Operational Notes
# #
# Template management requires at least version Elasticsearch 0.90.7> If you # Template management requires Elasticsearch version 0.90.7 or later. If you
# are still using a version older than this, please upgrade and receive # are using a version older than this, please upgrade. You will receive
# more benefits than just template management! # more benefits than just template management!
# #
# If using the default `protocol` setting ("node"), your firewalls might need # If using the default `protocol` setting ("node"), your firewalls might need