Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 3.82 KB

File metadata and controls

44 lines (32 loc) · 3.82 KB

Warning

You are looking at documentation for an older release. Not what you want? See the current release documentation.

Migrating from OSSEC

This document describes how to migrate your existing OSSEC installation (agent or manager) to Wazuh. For interactive help, our email forum is available. You can subscribe by sending an email to wazuh+subscribe@googlegroups.com.

Note

OSSEC agents are compatible with Wazuh manager, but if you don't migrate your agents to Wazuh, you will lose some capabilities like OpenSCAP<openscap_module> or some syscheck features<manual_file_integrity> in those agents.

The migration of Elastic stack, in the case that you already have it installed, is beyond the scope of Wazuh documentation. We recommend you visit our guides for Installing Elastic Stack <installation_elastic>.

Follow the appropriate section depending on the type of your OSSEC installation:

+--------------+---------+-------------------+------------+-------------------------------------------------------------------------------------+ | Upgrade from | Type | Installation type | Upgrade to | Guide | +==============+=========+===================+============+=====================================================================================+ | OSSEC 2.8.3+ | Manager | Packages | Wazuh 2.0 | Migrating OSSEC manager installed from packages <up_ossec_manager> | +--------------+---------+-------------------+------------+-------------------------------------------------------------------------------------+ | OSSEC 2.8.3+ | Manager | Sources | Wazuh 2.0 | Install Wazuh server with RPM packages <wazuh_server_rpm> | + + + + +-------------------------------------------------------------------------------------+ | | | | | Install Wazuh server with Deb packages <wazuh_server_deb> | +--------------+---------+-------------------+------------+-------------------------------------------------------------------------------------+ | OSSEC 2.8.3+ | Agent | Packages | Wazuh 2.0 | Migrating OSSEC agent installed from packages <up_ossec_agent> | +--------------+---------+-------------------+------------+-------------------------------------------------------------------------------------+ | OSSEC 2.8.3+ | Agent | Sources | Wazuh 2.0 | Install Wazuh agent with RPM packages <wazuh_agent_rpm> | + + + + +-------------------------------------------------------------------------------------+ | | | | | Install Wazuh agent with Deb packages <wazuh_agent_deb> | +--------------+---------+-------------------+------------+-------------------------------------------------------------------------------------+

Warning

For cases where OSSEC was installed from sources, the configuration file /var/ossec/etc/ossec.conf will be overwritten. The old configuration file from the current installation is saved as ossec.conf.rpmorig or ossec.conf.deborig. You should compare the new file with the old one. Also, a backup of your previous ruleset will be saved at /var/ossec/etc/backup_ruleset. All the rules/decoders in files other than local_rules.xml or local_decoder.xml will be overwritten.

ossec-packages-manager ossec-packages-agent