Change server protocol '' tcp -> udp ''

This commit is contained in:
Rshad Zhran 2019-12-05 17:20:24 +01:00
parent da2442ca06
commit 29b4a9aacd

View File

@ -26,7 +26,7 @@ wazuh_agent_sources_installation:
wazuh_managers: wazuh_managers:
- address: 127.0.0.1 - address: 127.0.0.1
port: 1514 port: 1514
protocol: tcp protocol: udp
api_port: 55000 api_port: 55000
api_proto: 'http' api_proto: 'http'
api_user: null api_user: null