mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #40342 from vquiering/logstash_engine_udp
Set logstash engine default to udp
This commit is contained in:
commit
e2553bb8b1
@ -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
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user