Hi,
For more information on how to monitor Docker, you can check the following documents:
First of all, you need to check module of docker listener is active or not. Go to Wazuh > Settings and under the “Threat Detection and Response” tab, there is “Docker listener”. Enable it.
<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>
After that change in the config file, save it and then we need to restart the wazuh agent:
systemctl restart wazuh-agent
Python docker library is required by the wodle, you have to deploy it to test device for monitoring
pip install docker
Now, you'll be able to see the agent on the Dashboard.
Please let me know if you run into any issues, I'll be glad to help
Regards,
Jose Camargo