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 is because the v4.8 version comes with two new configuration blocks: vulnerability-detection and indexer and the upgrade is not replacing the old config block with these.
Manager launches without any issues and with the new configuration.
Current behavior
[root@vagrant ~]# rpm --upgrade /home/vagrant/wazuh-manager-4.8.0-1.x86_64.rpm
warning: /var/ossec/etc/ossec.conf created as /var/ossec/etc/ossec.conf.rpmnew
[root@vagrant ~]# rpm -qi wazuh-manager
Name : wazuh-manager
Version : 4.8.0
Release : 1
Architecture: x86_64
Install Date: lun 11 dic 2023 14:23:30 UTC
Group : System Environment/Daemons
Size : 728347164
License : GPL
Signature : (none)
Source RPM : wazuh-manager-4.8.0-1.src.rpm
Build Date : lun 11 dic 2023 12:13:06 UTC
Build Host : e3d157616c40
Relocations : (not relocatable)
Packager : Wazuh, Inc <[email protected]>
Vendor : Wazuh, Inc <[email protected]>
URL : https://www.wazuh.com/
Summary : Wazuh helps you to gain security visibility into your infrastructure by monitoring hosts at an operating system and application level. It provides the following capabilities: log analysis, file integrity monitoring, intrusions detection and policy and compliance monitoring
Description :
Wazuh helps you to gain security visibility into your infrastructure by monitoring
hosts at an operating system and application level. It provides the following capabilities:
log analysis, file integrity monitoring, intrusions detection and policy and compliance monitoring
[root@vagrant ~]# /var/ossec/bin/wazuh-control start
2023/12/11 14:25:35 wazuh-csyslogd: ERROR: (1230): Invalid element in the configuration: 'vulnerability-detector'.
2023/12/11 14:25:35 wazuh-csyslogd: ERROR: (1202): Configuration error at 'etc/ossec.conf'.
2023/12/11 14:25:35 wazuh-csyslogd: CRITICAL: (1202): Configuration error at 'etc/ossec.conf'.
wazuh-csyslogd: Configuration error. Exiting
The text was updated successfully, but these errors were encountered:
Description
After the analysis in wazuh/wazuh#20695, it was discovered that the upgrade from v4.7 to v4.8 finishes with a config error (see wazuh/wazuh#20695 (comment)).
This is because the v4.8 version comes with two new configuration blocks:
vulnerability-detection
andindexer
and the upgrade is not replacing the old config block with these.Related issue: wazuh/wazuh#20694
Steps to reproduce
Expected behavior
Manager launches without any issues and with the new configuration.
Current behavior
The text was updated successfully, but these errors were encountered: