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:
commit
bb496164a7
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user