- document firewall things (LOGSTASH-476)

This commit is contained in:
Jordan Sissel 2013-04-19 23:17:17 -07:00
parent 289a9318f8
commit eefc86a928

View file

@ -20,6 +20,11 @@ require "logstash/outputs/base"
# elasticsearch's cluster health status.
#
# You can learn more about elasticsearch at <http://elasticsearch.org>
#
# ## Operational Notes
#
# Your firewalls will need to permit port 9300 in *both* directions (from
# logstash to elasticsearch, and elasticsearch to logstash)
class LogStash::Outputs::ElasticSearch < LogStash::Outputs::Base
config_name "elasticsearch"