Merge pull request #40342 from vquiering/logstash_engine_udp

Set logstash engine default to udp
This commit is contained in:
Nicole Thomas 2017-03-27 14:04:21 -06:00 committed by GitHub
commit e2553bb8b1

View File

@ -41,7 +41,7 @@ def __virtual__():
log = logging.getLogger(__name__)
def start(host, port=5959, tag='salt/engine/logstash', proto='tcp'):
def start(host, port=5959, tag='salt/engine/logstash', proto='udp'):
'''
Listen to salt events and forward them to logstash
'''