mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- document firewall things (LOGSTASH-476)
This commit is contained in:
parent
289a9318f8
commit
eefc86a928
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue