Change Wazuh Agent default protocol to udp in wazuh-agent.yml playbook
This commit is contained in:
parent
e9c05e8b19
commit
5906bd2df4
@ -6,7 +6,7 @@
|
|||||||
wazuh_managers:
|
wazuh_managers:
|
||||||
- address: <your manager IP>
|
- address: <your manager IP>
|
||||||
port: 1514
|
port: 1514
|
||||||
protocol: tcp
|
protocol: udp
|
||||||
api_port: 55000
|
api_port: 55000
|
||||||
api_proto: 'http'
|
api_proto: 'http'
|
||||||
api_user: ansible
|
api_user: ansible
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user