I'm setting up Wazuh in a pretty locked down environment and wanted some clarification on ports used so I can configure both the firewalls on instances as well as general network traffic rules.
Here's my current understanding:
The API accepts traffic on 55000 from the Kibana app
The agents register with the Manager on 1515 (tcp), and send traffic on 1514 (udp)
Questions:
Does the Manager ever initiate connections back to the Agents on 1514 or 1515?
I notice the config on the Agents and Manager offer a protocol option, does changing 1514 to tcp have any significant downsides?
I'm tying this into an existing ELK stack, I'm already familiar with traffic flow for those pieces.
Thanks!