You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error is due to the ossec.conf being out of date respect to the most recent version. For this, we have to add another step in the “Keeping custom docker-compose files” section mentioning that these files need to be updated with the most current version files.
The files to be updated would be:
single-node/config/wazuh_cluster/wazuh_manager.conf for single-node deployment.
multi-node/config/wazuh_cluster/wazuh_manager.conf and multi-node/config/wazuh_cluster/wazuh_worker.conf for multi-node deployment.
The text was updated successfully, but these errors were encountered:
Description
While working on wazuh/wazuh#26443, while upgrading docker from
4.3.11
to4.10.0
, the following error was seen in the ossec.log:2024/10/23 11:10:32 wazuh-modulesd:vulnerability-scanner: ERROR: VulnerabilityScannerFacade::start: Missing enabled field.
This error is due to the
ossec.conf
being out of date respect to the most recent version. For this, we have to add another step in the “Keeping custom docker-compose files” section mentioning that these files need to be updated with the most current version files.The files to be updated would be:
single-node/config/wazuh_cluster/wazuh_manager.conf
for single-node deployment.multi-node/config/wazuh_cluster/wazuh_manager.conf
andmulti-node/config/wazuh_cluster/wazuh_worker.conf
for multi-node deployment.The text was updated successfully, but these errors were encountered: