https://documentation.wazuh.com/current/container-security/docker-monitor/monitoring-containers-activity.htmlThis means that if I have my Manager running on an entirely separate AWS Account on an EC2 instance, I need to do the standard installation of agent on the containers, and edit the ossec.conf in the AGENT (container) to enable the wodle for docker?
<ossec_config>
<wodle name="docker-listener">
<interval>10m</interval>
<attempts>5</attempts>
<run_on_start>yes</run_on_start>
<disabled>no</disabled>
</wodle>
</ossec_config>
What about the hosts of the containers?
And for the dependencies, there is this Warning:
(Warning: The Wazuh manager includes all dependencies installed, these steps are only necessary when configuring the integration in a Wazuh agent.)
Does this mean if I follow standard agent installation on the containers, I don't have to bother with these dependencies? Or do I still need to install it?