Merge pull request #347 from wazuh/fix-agent-default-protocol

Change Wazuh Agent default protocol to udp in wazuh-agent.yml playbook
This commit is contained in:
Jose M. Garcia 2020-01-28 12:01:49 +01:00 committed by GitHub
commit bb496164a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
wazuh_managers:
- address: <your manager IP>
port: 1514
protocol: tcp
protocol: udp
api_port: 55000
api_proto: 'http'
api_user: ansible