Effortless Wazuh v4.10.0 upgrade using Docker

Let's do it

Featured image

Upgrading your wazuh docker deployment to the latest version ensures you benift from the latest features, security patches and performance improvements.I have been using Wazuh docker deployment using single-node for my home lab so in this guide, I’ll walk through the process of upgrading wazuh from version 4.9.0 to v4.10.0 using docker.

Before upgrading, let’s ask this question why to upgrade wazuh to v4.10.0?

  1. Enhanced Security: New Security patches & upgrades
  2. Improved Performance: Better resource management and faster processing
  3. New Features: Access to the latest tool, Yara rules and functions

Prerequisities

Step-by-step Upgrade Process

Step1: Backup your Data

before starting the upgrade,it’s crucial to backup your existing data to prevent any loss .

docker compose down

step2: Download the latest Wazuh Docker compose files

Navigate to your wazuh Docker directory and pull the latest version

cd /path/to/your/wazuh-docker
git fetch --all --tags
git checkout v4.10.0

image

step3: if you have custom configurations, ensure they are comptaible with the new version,

step4: Start the New Wazuh version

docker compose up -d 

image

iamge

Step5: Post-upgrade checks

docker-compose logs 

What’s New in Wazuh 4.10? Release Date: January 9, 2025

Highlights:

Key Features

Feature Description
Debug Symbols Generation Debug symbols are now generated during builds for macOS, Linux, and Windows.
Standardized Logging A logger has been introduced to standardize logs for cloud integration modules.
Microsoft Intune Integration Integration with Microsoft Intune allows Wazuh to retrieve audit logs from managed devices.
Vulnerability Evaluation Status New field to indicate whether a vulnerability is under evaluation or disputed.
Dashboard UI Improvements Redesigned key sections of the Wazuh dashboard for better user experience.
Reworked SCA Policies Updated policies for various operating systems.

Detailed Changes: Wazuh Manager:

Wazuh Agent:

For deatiled upgrade changes follow official Link