From bb7758fbaff97970021c06f2884d8c19f57e1d1b Mon Sep 17 00:00:00 2001 From: Nico Stefani Date: Fri, 23 Feb 2024 11:22:55 -0300 Subject: [PATCH 01/38] Add considerations for max_size options --- source/user-manual/api/configuration.rst | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/source/user-manual/api/configuration.rst b/source/user-manual/api/configuration.rst index 93be31aad6..086055a538 100644 --- a/source/user-manual/api/configuration.rst +++ b/source/user-manual/api/configuration.rst @@ -220,8 +220,8 @@ https +--------------+------------------------------------+----------------------------------+-------------------------------------------------------------------------------------------------+ | ca | Any text string | ca.crt | Name of the certificate of the Certificate Authority (CA). Stored in ``api/configuration/ssl``. | +--------------+------------------------------------+----------------------------------+-------------------------------------------------------------------------------------------------+ -| ssl_protocol | TLS, TLSv1, TLSv1.1, TLSv1.2, auto | .. versionadded:: 4.8.0 | | -| | | | | +| ssl_protocol | TLS, TLSv1, TLSv1.1, TLSv1.2, auto | .. versionadded:: 4.8.0 | | +| | | | | | | | auto | SSL protocol to allow. Its value is not case sensitive. | +--------------+------------------------------------+----------------------------------+-------------------------------------------------------------------------------------------------+ | ssl_ciphers | Any text string | None | SSL ciphers to allow. Its value is not case sensitive. | @@ -249,14 +249,16 @@ max_size .. versionadded:: 4.6.0 -+------------+-----------------------------------------------+---------------+-------------------------------------------------------------------------------------------------------------------+ -| Sub-fields | Allowed values | Default value | Description | -+============+===============================================+===============+===================================================================================================================+ -| enabled | yes, true, no, false | false | Enable or disable log file rotation based on file size. This option will disable log file rotation based on time. | -+------------+-----------------------------------------------+---------------+-------------------------------------------------------------------------------------------------------------------+ -| size | Any positive number followed by a valid unit. | 1M | Set a file size to trigger log rotation. | -| | K/k for kilobytes, M/m for megabytes. | | | -+------------+-----------------------------------------------+---------------+-------------------------------------------------------------------------------------------------------------------+ ++------------+-----------------------------------------------+---------------+----------------------------------------------------------------------------------------------------------------------------+ +| Sub-fields | Allowed values | Default value | Description | ++============+===============================================+===============+============================================================================================================================+ +| enabled | yes, true, no, false | false | Enable or disable log file rotation based on file size. This option will disable log file rotation based on time. | +| | | | Rotation occurs after adding a new entry to the API log, triggering the selected method. | +| | | | For instance, the time-based rotation will rotate after a new entry is added past midnight. Not at midnight automatically. | ++------------+-----------------------------------------------+---------------+----------------------------------------------------------------------------------------------------------------------------+ +| size | Any positive number followed by a valid unit. | 1M | Set a file size to trigger log rotation. This value must be equal or greater than 1M. | +| | K/k for kilobytes, M/m for megabytes. | | | ++------------+-----------------------------------------------+---------------+----------------------------------------------------------------------------------------------------------------------------+ cors From 62eb0c705e1da6446767db4fa568371d1d4b2735 Mon Sep 17 00:00:00 2001 From: Nico Stefani Date: Fri, 23 Feb 2024 13:01:59 -0300 Subject: [PATCH 02/38] Update source/user-manual/api/configuration.rst Co-authored-by: Facundo Dalmau --- source/user-manual/api/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/user-manual/api/configuration.rst b/source/user-manual/api/configuration.rst index 086055a538..850aa88031 100644 --- a/source/user-manual/api/configuration.rst +++ b/source/user-manual/api/configuration.rst @@ -256,7 +256,7 @@ max_size | | | | Rotation occurs after adding a new entry to the API log, triggering the selected method. | | | | | For instance, the time-based rotation will rotate after a new entry is added past midnight. Not at midnight automatically. | +------------+-----------------------------------------------+---------------+----------------------------------------------------------------------------------------------------------------------------+ -| size | Any positive number followed by a valid unit. | 1M | Set a file size to trigger log rotation. This value must be equal or greater than 1M. | +| size | Any positive number followed by a valid unit. | 1M | Set a file size to trigger log rotation. This value must be equal to or greater than 1M. | | | K/k for kilobytes, M/m for megabytes. | | | +------------+-----------------------------------------------+---------------+----------------------------------------------------------------------------------------------------------------------------+ From f39094bde332efbdc7f84e60f328bee2dba10527 Mon Sep 17 00:00:00 2001 From: Nico Stefani Date: Wed, 28 Feb 2024 09:28:52 -0300 Subject: [PATCH 03/38] Fix identation --- source/user-manual/api/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/user-manual/api/configuration.rst b/source/user-manual/api/configuration.rst index 850aa88031..65c71801b3 100644 --- a/source/user-manual/api/configuration.rst +++ b/source/user-manual/api/configuration.rst @@ -256,7 +256,7 @@ max_size | | | | Rotation occurs after adding a new entry to the API log, triggering the selected method. | | | | | For instance, the time-based rotation will rotate after a new entry is added past midnight. Not at midnight automatically. | +------------+-----------------------------------------------+---------------+----------------------------------------------------------------------------------------------------------------------------+ -| size | Any positive number followed by a valid unit. | 1M | Set a file size to trigger log rotation. This value must be equal to or greater than 1M. | +| size | Any positive number followed by a valid unit. | 1M | Set a file size to trigger log rotation. This value must be equal to or greater than 1M. | | | K/k for kilobytes, M/m for megabytes. | | | +------------+-----------------------------------------------+---------------+----------------------------------------------------------------------------------------------------------------------------+ From 502fb816b05236595e4018c4b6b7c73497aea78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Mon, 4 Mar 2024 09:02:04 +0100 Subject: [PATCH 04/38] Add step to the wazuh-indexer upgrade guide to remove old ss4o templates --- .../upgrade-guide/upgrading-central-components.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/source/upgrade-guide/upgrading-central-components.rst b/source/upgrade-guide/upgrading-central-components.rst index be19a79eb2..ecf677a30a 100644 --- a/source/upgrade-guide/upgrading-central-components.rst +++ b/source/upgrade-guide/upgrading-central-components.rst @@ -62,17 +62,23 @@ Upgrading the Wazuh indexer To ensure compatibility with the latest Wazuh indexer and Wazuh dashboard, please update manually installed plugins accordingly. For additional information, check the `distribution matrix `__. -In the case of having a Wazuh indexer cluster with multiple nodes, the cluster will remain available throughout the upgrading process. This rolling upgrade allows shutting down one Wazuh indexer node at a time for minimal disruption of service. Repeat these steps for every Wazuh indexer node. - .. note:: - Replace ````, ````, and ```` before running the commands below. +When upgrading to Wazuh 4.8.0 or higher, remove the deprecated ss4o index templates. + + .. code-block:: bash + + curl -X DELETE "https://WAZUH_INDEXER_IP_ADDRESS:9200/_index_template/ss4o_*_template" -u : -k + +In the case of having a Wazuh indexer cluster with multiple nodes, the cluster will remain available throughout the upgrading process. This rolling upgrade allows shutting down one Wazuh indexer node at a time for minimal disruption of service. Repeat these steps for every Wazuh indexer node. + #. Disable shard allocation. .. code-block:: bash - curl -X PUT "https://:9200/_cluster/settings" -u : -k -H 'Content-Type: application/json' -d' + curl -X PUT "https://:9200/_cluster/settings" -u : -k -H 'Content-Type: application/json' -d' { "persistent": { "cluster.routing.allocation.enable": "primaries" From a6accefe1537223a8115972b62067a787b689d11 Mon Sep 17 00:00:00 2001 From: Javier Medeot Date: Mon, 4 Mar 2024 17:50:25 -0300 Subject: [PATCH 05/38] Add review changes --- .../upgrade-guide/upgrading-central-components.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/source/upgrade-guide/upgrading-central-components.rst b/source/upgrade-guide/upgrading-central-components.rst index ecf677a30a..f293c95f8f 100644 --- a/source/upgrade-guide/upgrading-central-components.rst +++ b/source/upgrade-guide/upgrading-central-components.rst @@ -62,17 +62,15 @@ Upgrading the Wazuh indexer To ensure compatibility with the latest Wazuh indexer and Wazuh dashboard, please update manually installed plugins accordingly. For additional information, check the `distribution matrix `__. -.. note:: +In a Wazuh indexer cluster with multiple nodes, the cluster remains available throughout the upgrading process. This rolling upgrade allows shutting down one Wazuh indexer node at a time for minimal disruption of service. - - Replace ````, ````, and ```` before running the commands below. +As a first step, remove the *ss4o* index templates. Replace ````, ````, and ```` before running any command below. -When upgrading to Wazuh 4.8.0 or higher, remove the deprecated ss4o index templates. +.. code-block:: bash - .. code-block:: bash - - curl -X DELETE "https://WAZUH_INDEXER_IP_ADDRESS:9200/_index_template/ss4o_*_template" -u : -k + curl -X DELETE "https://:9200/_index_template/ss4o_*_template" -u : -k -In the case of having a Wazuh indexer cluster with multiple nodes, the cluster will remain available throughout the upgrading process. This rolling upgrade allows shutting down one Wazuh indexer node at a time for minimal disruption of service. Repeat these steps for every Wazuh indexer node. +Then, repeat the following steps for every Wazuh indexer node. #. Disable shard allocation. From 20123fdde5f7f12a78e13ee9d273233b0d4824e8 Mon Sep 17 00:00:00 2001 From: Javier Medeot Date: Wed, 6 Mar 2024 12:53:28 -0300 Subject: [PATCH 06/38] Expand Wazuh for Splunk and Elastic link descriptions --- source/integrations-guide/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/integrations-guide/index.rst b/source/integrations-guide/index.rst index 15a415d228..c5a83cd775 100644 --- a/source/integrations-guide/index.rst +++ b/source/integrations-guide/index.rst @@ -12,8 +12,8 @@ Elastic, OpenSearch, and Splunk are software platforms designed for search, anal Up to Wazuh v4.5, the following integrated applications allow users to manage Wazuh and its security data using third-party platforms: -- `Wazuh for Splunk `__ -- `Wazuh for Elastic `__ +- `Wazuh for Splunk – Version 4.5 `__ +- `Wazuh for Elastic – Version 4.5 `__ However, from version 4.6, we will not develop these integrated applications any longer. We will only support them with critical security updates. In this document, we describe new methods of integrating your Wazuh deployment with the following third-party security platforms: From 87e8afbd303fd2cf3060cec3b372672020b4ba6c Mon Sep 17 00:00:00 2001 From: RamosFe Date: Wed, 6 Mar 2024 13:00:16 -0300 Subject: [PATCH 07/38] Added deprecated msg to cache api config. --- source/user-manual/api/configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/user-manual/api/configuration.rst b/source/user-manual/api/configuration.rst index 93be31aad6..7dc6b04084 100644 --- a/source/user-manual/api/configuration.rst +++ b/source/user-manual/api/configuration.rst @@ -285,6 +285,8 @@ cache | time | Any positive integer or real number | 0.75 | Time in seconds that the cache lasts before expiring. | +------------+--------------------------------------+---------------+----------------------------------------------------------------------------------------------------------------------+ +.. deprecated:: 4.8.0 + .. _api_configuration_access: access From 85648734d4b89d461b54e6382bb6cf277684844d Mon Sep 17 00:00:00 2001 From: Javier Medeot Date: Wed, 6 Mar 2024 13:55:28 -0300 Subject: [PATCH 08/38] Add clarification to splunk forwarder link and fix table --- source/user-manual/configuring-cluster/index.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source/user-manual/configuring-cluster/index.rst b/source/user-manual/configuring-cluster/index.rst index 54e6f91a7a..c6de33cf78 100644 --- a/source/user-manual/configuring-cluster/index.rst +++ b/source/user-manual/configuring-cluster/index.rst @@ -119,12 +119,13 @@ Deploying a Wazuh cluster **Installing Splunk forwarder:** - +-------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ - | Type | Description | - +===================================================================+========================================================================================================================================+ - | `RPM/DEB packages `_ | Install Splunk forwarder for RPM or DEB based OS. | - +-------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ + .. |V5_SPLUNK_FWD| replace:: `RPM/DEB packages – Version 4.5 `__ + +------------------+-------------------------------------------------------------+ + | Type | Description | + +==================+=============================================================+ + | |V5_SPLUNK_FWD| | Install Splunk forwarder for RPM and DEB based OS. | + +------------------+-------------------------------------------------------------+ .. _deploy_wazuh_agents_cluster: From eac06b4a6df1b99eef2e1f05b5f975e0e33c09b6 Mon Sep 17 00:00:00 2001 From: RamosFe Date: Wed, 6 Mar 2024 15:38:21 -0300 Subject: [PATCH 09/38] Changed where the deprecated message is shown. --- source/user-manual/api/configuration.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/user-manual/api/configuration.rst b/source/user-manual/api/configuration.rst index 7dc6b04084..95a3b0fd22 100644 --- a/source/user-manual/api/configuration.rst +++ b/source/user-manual/api/configuration.rst @@ -277,6 +277,9 @@ cors cache ^^^^^^^^^^^^^^^^^^^^^^ + +.. deprecated:: 4.8.0 + +------------+--------------------------------------+---------------+----------------------------------------------------------------------------------------------------------------------+ | Sub-fields | Allowed values | Default value | Description | +============+======================================+===============+======================================================================================================================+ @@ -285,8 +288,6 @@ cache | time | Any positive integer or real number | 0.75 | Time in seconds that the cache lasts before expiring. | +------------+--------------------------------------+---------------+----------------------------------------------------------------------------------------------------------------------+ -.. deprecated:: 4.8.0 - .. _api_configuration_access: access From a6753c49b8893b081aca21ed16fb82be3b634b78 Mon Sep 17 00:00:00 2001 From: Nico Stefani Date: Thu, 7 Mar 2024 09:46:17 -0300 Subject: [PATCH 10/38] Suggestions from CR --- source/user-manual/api/configuration.rst | 7 +++---- source/user-manual/api/getting-started.rst | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/source/user-manual/api/configuration.rst b/source/user-manual/api/configuration.rst index 65c71801b3..04c678b810 100644 --- a/source/user-manual/api/configuration.rst +++ b/source/user-manual/api/configuration.rst @@ -252,11 +252,10 @@ max_size +------------+-----------------------------------------------+---------------+----------------------------------------------------------------------------------------------------------------------------+ | Sub-fields | Allowed values | Default value | Description | +============+===============================================+===============+============================================================================================================================+ -| enabled | yes, true, no, false | false | Enable or disable log file rotation based on file size. This option will disable log file rotation based on time. | -| | | | Rotation occurs after adding a new entry to the API log, triggering the selected method. | -| | | | For instance, the time-based rotation will rotate after a new entry is added past midnight. Not at midnight automatically. | +| enabled | yes, true, no, false | false | Toggle between time-based and size-based Wazuh API log rotation. | +| | | | Enabling this option disables time-based rotation, enabling rotation based on file size instead. | +------------+-----------------------------------------------+---------------+----------------------------------------------------------------------------------------------------------------------------+ -| size | Any positive number followed by a valid unit. | 1M | Set a file size to trigger log rotation. This value must be equal to or greater than 1M. | +| size | Any positive number followed by a valid unit. | 1M | Set the maximum file size to not trigger size-based log rotation. Lower than 1 M values are considered as 1 M. | | | K/k for kilobytes, M/m for megabytes. | | | +------------+-----------------------------------------------+---------------+----------------------------------------------------------------------------------------------------------------------------+ diff --git a/source/user-manual/api/getting-started.rst b/source/user-manual/api/getting-started.rst index abdd43bc77..043ef15388 100644 --- a/source/user-manual/api/getting-started.rst +++ b/source/user-manual/api/getting-started.rst @@ -429,6 +429,8 @@ Here are some of the basic concepts related to making API requests and understan - All requests (except ``POST /security/user/authenticate`` and ``POST /security/user/authenticate/run_as``) accept the parameter ``pretty`` to convert the JSON response to a more human-readable format. - The Wazuh API log is stored on the manager at ``WAZUH_PATH/logs`` directory as ``api.log`` or ``api.json`` depending on the chosen log format (the verbosity level can be changed in the Wazuh API configuration file). The Wazuh API logs are rotated daily. Rotated logs are stored in ``WAZUH_PATH/logs/api//`` and compressed using ``gzip``. - All Wazuh API requests will be aborted if no response is received after a certain amount of time. The parameter ``wait_for_complete`` can be used to disable this timeout. This is useful for calls that could take more time than expected, such as :api-ref:`PUT /agents/upgrade `. +- The Wazuh API logs are rotated based on time by default. Rotation only occurs after adding a new entry to the log. For instance, time-based rotation triggers when a new entry is added on a different day, not necessarily every midnight. + .. note:: The maximum API response time can be modified in the :ref:`API configuration `. From db39041d82a3f52cda53c31faa38c072f448cfd8 Mon Sep 17 00:00:00 2001 From: Javier Medeot Date: Thu, 7 Mar 2024 09:50:58 -0300 Subject: [PATCH 11/38] Change replacement name --- source/user-manual/configuring-cluster/index.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/user-manual/configuring-cluster/index.rst b/source/user-manual/configuring-cluster/index.rst index c6de33cf78..09a2be2d53 100644 --- a/source/user-manual/configuring-cluster/index.rst +++ b/source/user-manual/configuring-cluster/index.rst @@ -119,13 +119,13 @@ Deploying a Wazuh cluster **Installing Splunk forwarder:** - .. |V5_SPLUNK_FWD| replace:: `RPM/DEB packages – Version 4.5 `__ + .. |V4.5_SPLUNK_FWD| replace:: `RPM/DEB packages – Version 4.5 `__ - +------------------+-------------------------------------------------------------+ - | Type | Description | - +==================+=============================================================+ - | |V5_SPLUNK_FWD| | Install Splunk forwarder for RPM and DEB based OS. | - +------------------+-------------------------------------------------------------+ + +--------------------+-------------------------------------------------------------+ + | Type | Description | + +====================+=============================================================+ + | |V4.5_SPLUNK_FWD| | Install Splunk forwarder for RPM and DEB based OS. | + +--------------------+-------------------------------------------------------------+ .. _deploy_wazuh_agents_cluster: From 742a3646139dd0390c3ad7e2f2a795db4338b97d Mon Sep 17 00:00:00 2001 From: Nico Stefani Date: Fri, 8 Mar 2024 10:41:14 -0300 Subject: [PATCH 12/38] Improve explanataion of API logs --- source/user-manual/api/getting-started.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/user-manual/api/getting-started.rst b/source/user-manual/api/getting-started.rst index 043ef15388..acf1d32911 100644 --- a/source/user-manual/api/getting-started.rst +++ b/source/user-manual/api/getting-started.rst @@ -427,10 +427,9 @@ Here are some of the basic concepts related to making API requests and understan - Responses containing collections of data will return a maximum of 500 elements by default. The *offset* and *limit* parameters may be used to iterate through large collections. The *limit* parameter accepts up to 100000 items, although it is recommended not to exceed the default value (500 items). Doing so can lead to unexpected behaviors (timeouts, large responses, etc.). Use with caution. - All responses have an HTTP status code: 2xx (success), 4xx (client error), 5xx (server error), etc. - All requests (except ``POST /security/user/authenticate`` and ``POST /security/user/authenticate/run_as``) accept the parameter ``pretty`` to convert the JSON response to a more human-readable format. -- The Wazuh API log is stored on the manager at ``WAZUH_PATH/logs`` directory as ``api.log`` or ``api.json`` depending on the chosen log format (the verbosity level can be changed in the Wazuh API configuration file). The Wazuh API logs are rotated daily. Rotated logs are stored in ``WAZUH_PATH/logs/api//`` and compressed using ``gzip``. +- The Wazuh API stores logs in the ``api.log`` or ``api.json`` files, depending on the chosen log format. These log files are located at ``WAZUH_PATH/logs/`` on the Wazuh server. You can change the verbosity level in the :ref:`Wazuh API configuration file `. +- The Wazuh API logs are rotated based on time by default. Rotation only occurs after adding a new entry to the log. For instance, time-based rotation triggers when a new entry is added on a different day, not necessarily every midnight. Rotated logs are stored in ``WAZUH_PATH/logs/api///`` and compressed using ``gzip``. - All Wazuh API requests will be aborted if no response is received after a certain amount of time. The parameter ``wait_for_complete`` can be used to disable this timeout. This is useful for calls that could take more time than expected, such as :api-ref:`PUT /agents/upgrade `. -- The Wazuh API logs are rotated based on time by default. Rotation only occurs after adding a new entry to the log. For instance, time-based rotation triggers when a new entry is added on a different day, not necessarily every midnight. - .. note:: The maximum API response time can be modified in the :ref:`API configuration `. From d8175898fd0c3dbc03c93dc14e403d5e5fd2e85a Mon Sep 17 00:00:00 2001 From: MiguelazoDS Cazajous-Miguel Date: Wed, 6 Mar 2024 15:19:03 -0300 Subject: [PATCH 13/38] Change all references to HP-UX package to tar.gz --- .../development/packaging/generate-hpux-package.rst | 8 ++++---- source/installation-guide/packages-list.rst | 2 +- .../wazuh-agent/wazuh-agent-package-hpux.rst | 11 ++++++----- source/upgrade-guide/wazuh-agent/hp-ux.rst | 11 ++++++----- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/source/development/packaging/generate-hpux-package.rst b/source/development/packaging/generate-hpux-package.rst index 31c8f42928..747abd6cb6 100644 --- a/source/development/packaging/generate-hpux-package.rst +++ b/source/development/packaging/generate-hpux-package.rst @@ -37,11 +37,11 @@ Execute the ``generate_wazuh_packages.sh`` script, with the different options yo Usage: ./generate_wazuh_packages.sh [OPTIONS] - -e Install all the packages necessaries to build the TAR package + -e Install all the packages necessaries to build the package -b Select Git branch. Example v|WAZUH_CURRENT_HPUX| - -s Directory to store the resulting tar package. By default, an output folder will be created. - -p Installation path for the package. By default: /var - -c, --checksum Compute the SHA512 checksum of the TAR package. + -s Directory to store the resulting package. By default, an output folder will be created. + -p Installation path for the package. By default: /var + -c, --checksum Compute the SHA512 checksum of the package. -d , --depot Change the path to depothelper package (by default current path). -h Shows this help diff --git a/source/installation-guide/packages-list.rst b/source/installation-guide/packages-list.rst index 47f5289ba2..999a9cd89f 100755 --- a/source/installation-guide/packages-list.rst +++ b/source/installation-guide/packages-list.rst @@ -444,7 +444,7 @@ AIX HP-UX ^^^^^ -.. |HPUX_itanium| replace:: `wazuh-agent-|WAZUH_CURRENT_HPUX|-|WAZUH_REVISION_HPUX|-hpux-11v3-ia64.tar `__ (`sha512 `__) +.. |HPUX_itanium| replace:: `wazuh-agent-|WAZUH_CURRENT_HPUX|-|WAZUH_REVISION_HPUX|-hpux-11v3-ia64.tar.gz `__ (`sha512 `__) +-----------------+--------------+-------------------+ | Version | Architecture | Package | diff --git a/source/installation-guide/wazuh-agent/wazuh-agent-package-hpux.rst b/source/installation-guide/wazuh-agent/wazuh-agent-package-hpux.rst index cb2021c05d..8240eddb25 100644 --- a/source/installation-guide/wazuh-agent/wazuh-agent-package-hpux.rst +++ b/source/installation-guide/wazuh-agent/wazuh-agent-package-hpux.rst @@ -10,19 +10,20 @@ The installed agent runs on the endpoint you want to monitor and communicates wi .. note:: You need root user privileges to run all the commands described below. -#. To start the installation process, download the `HP-UX installer `_. +#. To start the installation process, download the `HP-UX installer `_. #. Create the ``wazuh`` user and group. - + .. code-block:: console - + # groupadd wazuh # useradd -G wazuh wazuh - + #. Uncompress the package in ``/``. .. code-block:: console - + + # gzip -d wazuh-agent-|WAZUH_CURRENT_HPUX|-|WAZUH_REVISION_HPUX|-hpux-11v3-ia64.tar.gz # tar -xvf wazuh-agent-|WAZUH_CURRENT_HPUX|-|WAZUH_REVISION_HPUX|-hpux-11v3-ia64.tar diff --git a/source/upgrade-guide/wazuh-agent/hp-ux.rst b/source/upgrade-guide/wazuh-agent/hp-ux.rst index 9f957213ae..bef1e8e855 100644 --- a/source/upgrade-guide/wazuh-agent/hp-ux.rst +++ b/source/upgrade-guide/wazuh-agent/hp-ux.rst @@ -7,9 +7,9 @@ Upgrading Wazuh agents on HP-UX systems ======================================= -Follow the steps to upgrade the Wazuh agent on HP-UX systems. +Follow the steps to upgrade the Wazuh agent on HP-UX systems. -#. Download the latest `HP-UX installer `_. +#. Download the latest `HP-UX installer `_. #. Stop the Wazuh agent. @@ -26,8 +26,8 @@ Follow the steps to upgrade the Wazuh agent on HP-UX systems. # cp /var/ossec/etc/client.keys ~/client.keys.bk -#. **Only for upgrades from version 4.2.7 or lower**: - +#. **Only for upgrades from version 4.2.7 or lower**: + #. Delete the ossec user and group. .. code-block:: console @@ -46,6 +46,7 @@ Follow the steps to upgrade the Wazuh agent on HP-UX systems. .. code-block:: console + # gzip -d wazuh-agent-|WAZUH_CURRENT_HPUX|-|WAZUH_REVISION_HPUX|-hpux-11v3-ia64.tar.gz # tar -xvf wazuh-agent-|WAZUH_CURRENT_HPUX|-|WAZUH_REVISION_HPUX|-hpux-11v3-ia64.tar @@ -68,4 +69,4 @@ Follow the steps to upgrade the Wazuh agent on HP-UX systems. .. note:: :class: not-long - When upgrading agents from versions earlier than 4.x, make sure that the communication protocol is compatible. Up to that point, UDP was the default protocol and it was switched to TCP for later versions. Edit the agent configuration file ``ossec.conf`` to update the :ref:`protocol ` or make sure that your Wazuh manager accepts :ref:`both protocols`. + When upgrading agents from versions earlier than 4.x, make sure that the communication protocol is compatible. Up to that point, UDP was the default protocol and it was switched to TCP for later versions. Edit the agent configuration file ``ossec.conf`` to update the :ref:`protocol ` or make sure that your Wazuh manager accepts :ref:`both protocols`. From ef7d94f0c623af63c67ab0713781b12e7abc1fcd Mon Sep 17 00:00:00 2001 From: MiguelazoDS Cazajous-Miguel Date: Fri, 8 Mar 2024 13:17:57 -0300 Subject: [PATCH 14/38] Missing .gz suffix --- .../installation-guide/wazuh-agent/wazuh-agent-package-hpux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installation-guide/wazuh-agent/wazuh-agent-package-hpux.rst b/source/installation-guide/wazuh-agent/wazuh-agent-package-hpux.rst index 8240eddb25..6973bb3516 100644 --- a/source/installation-guide/wazuh-agent/wazuh-agent-package-hpux.rst +++ b/source/installation-guide/wazuh-agent/wazuh-agent-package-hpux.rst @@ -10,7 +10,7 @@ The installed agent runs on the endpoint you want to monitor and communicates wi .. note:: You need root user privileges to run all the commands described below. -#. To start the installation process, download the `HP-UX installer `_. +#. To start the installation process, download the `HP-UX installer `_. #. Create the ``wazuh`` user and group. From 275408eef83e348021aa6a6b1ba407fddfcdc872 Mon Sep 17 00:00:00 2001 From: Javier Medeot Date: Tue, 12 Mar 2024 08:23:17 -0300 Subject: [PATCH 15/38] Update 4.8.0 documentation changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec04e732f7..ded5bffe30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ All notable changes to this project will be documented in this file. - Added keystore management tool section. ([#7000](https://github.com/wazuh/wazuh-documentation/pull/7000)) ([#7072](https://github.com/wazuh/wazuh-documentation/pull/7072)) - Added available SCA policies in 4.8.0 version. ([#7049](https://github.com/wazuh/wazuh-documentation/pull/7049)) - Added environment variable for Wazuh indexer in Wazuh on Docker deployment. ([#6750](https://github.com/wazuh/wazuh-documentation/pull/6750)) ([#7057](https://github.com/wazuh/wazuh-documentation/pull/7057)) +- Added step to remove the *ss4o* index templates from the Wazuh indexer upgrade guide. ([#7093](https://github.com/wazuh/wazuh-documentation/pull/7093)) +- Added deprecation notice for the ``cache`` Wazuh API configuration option. ([#7106](https://github.com/wazuh/wazuh-documentation/pull/7106)) ### Changed From bc2f12cfffdfd67bfa5c39db2052efd620cd703a Mon Sep 17 00:00:00 2001 From: Javier Medeot Date: Tue, 12 Mar 2024 09:11:52 -0300 Subject: [PATCH 16/38] Update 4.8.0 release notes --- source/release-notes/release-4-8-0.rst | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/source/release-notes/release-4-8-0.rst b/source/release-notes/release-4-8-0.rst index 4876317acf..747c78de5a 100644 --- a/source/release-notes/release-4-8-0.rst +++ b/source/release-notes/release-4-8-0.rst @@ -50,6 +50,7 @@ RESTful API - `#20119 `__ Removed ``PUT /vulnerability``, ``GET /vulnerability/{agent_id}``, ``GET /vulnerability/{agent_id}/last_scan`` and ``GET /vulnerability/{agent_id}/summary/{field}`` API endpoints as they were deprecated in version 4.7.0. Use the Wazuh indexer REST API instead. - `#20420 `__ Added the ``auto`` option to the ``ssl_protocol`` setting in the API configuration. This option enables automatic negotiation of the TLS certificate. - `#21572 `__ Removed the ``compilation_date`` field from ``GET /cluster/{node_id}/info`` and ``GET /manager/info`` endpoints. +- `#22387 `__ Deprecated the ``cache`` configuration option. Ruleset ^^^^^^^ @@ -77,21 +78,23 @@ Other ^^^^^ - `#20003 `__ Upgraded embedded Python version to ``3.10.13``. -- `#20003 `__ Upgraded external ``aiohttp`` library dependency version to ``3.8.5``. -- `#21055 `__ Upgraded external ``cryptography`` library dependency version to ``41.0.7``. -- `#20003 `__ Upgraded external ``numpy`` library dependency version to ``1.26.0``. -- `#20003 `__ Upgraded external ``pyarrow`` library dependency version to ``14.0.1``. +- `#21856 `__ Upgraded external ``aiohttp`` library dependency version to ``3.9.3``. +- `#22221 `__ Upgraded external ``cryptography`` library dependency version to ``42.0.4``. +- `#21710 `__ Upgraded external ``curl`` library dependency version to ``8.5.0``. - `#20003 `__ Upgraded external ``grpcio`` library dependency version to ``1.58.0``. -- `#20630 `__ Upgraded external ``urllib3`` library dependency version to ``1.26.18``. -- `#20741 `__ Upgraded external ``SQLAlchemy`` library dependency version to ``2.0.23``. - `#21684 `__ Upgraded external ``Jinja2`` library dependency version to ``3.1.3``. -- `#21710 `__ Upgraded external ``curl`` library dependency version to ``8.5.0``. -- `#21710 `__ Upgraded external ``pcre2`` library dependency version to ``10.42``. - `#21710 `__ Upgraded external ``libarchive`` library dependency version to ``3.7.2``. +- `#20003 `__ Upgraded external ``numpy`` library dependency version to ``1.26.0``. +- `#21710 `__ Upgraded external ``pcre2`` library dependency version to ``10.42``. +- `#20003 `__ Upgraded external ``pyarrow`` library dependency version to ``14.0.1``. - `#21710 `__ Upgraded external ``rpm`` library dependency version to ``4.18.2``. +- `#20741 `__ Upgraded external ``SQLAlchemy`` library dependency version to ``2.0.23``. - `#21710 `__ Upgraded external ``sqlite`` library dependency version to ``3.45.0``. +- `#20630 `__ Upgraded external ``urllib3`` library dependency version to ``1.26.18``. - `#21710 `__ Upgraded external ``zlib`` library dependency version to ``1.3.1``. - `#21710 `__ Added external ``lua`` library dependency version ``5.3.6``. +- `#21749 `__ Added external ``PyJWT`` library dependency version ``2.8.0``. +- `#21749 `__ Removed external ``python-jose`` and ``ecdsa`` library dependencies. Wazuh dashboard ^^^^^^^^^^^^^^^ @@ -99,7 +102,7 @@ Wazuh dashboard - `#5791 `__ Added remember server address check. - `#6093 `__ Added a notification about new Wazuh updates and a button to check their availability. `#6256 `__ `#6328 `__ - `#6083 `__ Added the ``ssl_agent_ca`` configuration to the **SSL Settings** form. -- `#5896 `__ Added global vulnerability dashboards. `#6179 `__ `#6173 `__ `#6147 `__ `#6231 `__ `#6246 `__ `#6321 `__ `#6338 `__ `#6356 `__ `#6410 `__ `#6429 `__ `#6448 `__ +- `#5896 `__ Added global vulnerability dashboards. `#6179 `__ `#6173 `__ `#6147 `__ `#6231 `__ `#6246 `__ `#6321 `__ `#6338 `__ `#6356 `__ `#6410 `__ `#6429 `__ `#6448 `__ `#6488 `__ - `#5840 `__ Added an agent selector to the IT Hygiene module. - `#5840 `__ Moved the Wazuh menu into the side menu. `#6226 `__ `#6176 `__ `#6423 `__ - `#5840 `__ Removed the ``disabled_roles`` and ``customization.logo.sidebar`` settings. @@ -116,6 +119,7 @@ Wazuh dashboard - `#6364 `__ Added tooltip element to **Most active agent** in **Details** in the **Endpoint summary** view and renamed a label element. `#6421 `__ - `#6379 `__ Changed overview home top KPIs. `#6408 `__ - `#6341 `__ Removed notice of old **Discover** deprecation. +- `#6492 `__ Updated the PDF report year number to 2024. Packages ^^^^^^^^ @@ -205,6 +209,7 @@ Reference Des `#6378 `__ Fixed the axis label visual bug from dashboards. `#6346 `__ Fixed bug related to the implicit filter close button in the search bar. `#6431 `__ Fixed error displaying when clicking **Refresh** in **MITRE ATT&CK** if the the Wazuh indexer service is down. +`#6484 `__ Fixed minor style issues. `#6489 `__ ========================================================================= ============= Packages From ce4f87f1d59b11208abc9e34dd3c2e1dcc44cf7a Mon Sep 17 00:00:00 2001 From: vcerenu Date: Wed, 13 Mar 2024 06:36:51 -0300 Subject: [PATCH 17/38] fix puppet config steps --- .../setup-puppet/install-puppet-agent.rst | 4 ++-- .../setup-puppet/install-puppet-master.rst | 10 ++-------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst index bb6186d397..c817ec9303 100644 --- a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst +++ b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst @@ -112,10 +112,10 @@ Installation on Windows Agent Configuration ^^^^^^^^^^^^^^^^^^^ -Add the server value to the ``[main]`` section of the node ``/etc/puppetlabs/puppet/puppet.conf`` (Linux) or ``C:\ProgramData\PuppetLabs\puppet\etc\puppet.conf`` (Windows) file, replacing ``puppet.example.com`` with your Puppet server FQDN:: +Add the server value to the ``[main]`` section of the node ``/etc/puppetlabs/puppet/puppet.conf`` (Linux) or ``C:\ProgramData\PuppetLabs\puppet\etc\puppet.conf`` (Windows) file, replacing ``puppet-master`` with your Puppet server FQDN:: [main] - server = puppet-master.com + server = puppet-master .. note:: The Puppet server FQDN should be resolved by the Puppet agent host. diff --git a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst index f540f0ef00..ad50152af4 100644 --- a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst +++ b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst @@ -93,17 +93,11 @@ Configuration Edit the ``/etc/puppetlabs/puppet/puppet.conf`` file, adding this line to the ``[main]`` section (create the section if it does not exist), and replacing ``puppet,puppet-master`` with your own FQDN: - :: - - dns_alt_names = puppet,puppet-master.com - -Also add the [server] section with the following content in the ``/etc/puppetlabs/puppet/puppet.conf`` file replacing ``puppet-master`` with your own FQDN: - :: [main] - server = puppet-master.com - + server = puppet-master + dns_alt_names = puppet, puppet-master .. note:: If you find ``templatedir=$confdir/templates`` in the config file, delete that line. It has been deprecated. From c332d0a5a8665cb307674335ce9549a36a8e9a41 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Wed, 13 Mar 2024 10:06:25 -0300 Subject: [PATCH 18/38] fix puppet config steps --- .../deploying-with-puppet/setup-puppet/install-puppet-agent.rst | 2 +- .../setup-puppet/install-puppet-master.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst index c817ec9303..595ad80312 100644 --- a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst +++ b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst @@ -112,7 +112,7 @@ Installation on Windows Agent Configuration ^^^^^^^^^^^^^^^^^^^ -Add the server value to the ``[main]`` section of the node ``/etc/puppetlabs/puppet/puppet.conf`` (Linux) or ``C:\ProgramData\PuppetLabs\puppet\etc\puppet.conf`` (Windows) file, replacing ``puppet-master`` with your Puppet server FQDN:: +Add the server value to the ``[main]`` section of the node ``/etc/puppetlabs/puppet/puppet.conf`` (Linux) or ``C:\ProgramData\PuppetLabs\puppet\etc\puppet.conf`` (Windows) file, replacing ``puppet-master`` with your Puppet server FQDN if you have your own configured:: [main] server = puppet-master diff --git a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst index ad50152af4..f7b12a15c5 100644 --- a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst +++ b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst @@ -91,7 +91,7 @@ Replace 2g in the ``JAVA_ARGS`` variable with the amount of memory you want to a Configuration ------------- -Edit the ``/etc/puppetlabs/puppet/puppet.conf`` file, adding this line to the ``[main]`` section (create the section if it does not exist), and replacing ``puppet,puppet-master`` with your own FQDN: +Edit the ``/etc/puppetlabs/puppet/puppet.conf`` file, adding this lines to the ``[main]`` section (create the section if it does not exist), and replacing ``puppet,puppet-master`` with your own FQDN if you have your own DNS configured: :: From 946cdd51d75bfced39aa76cc83d185ed01f978ab Mon Sep 17 00:00:00 2001 From: vcerenu Date: Wed, 13 Mar 2024 10:06:54 -0300 Subject: [PATCH 19/38] fix puppet config steps --- .../deploying-with-puppet/setup-puppet/install-puppet-agent.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst index 595ad80312..b65953080b 100644 --- a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst +++ b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst @@ -112,7 +112,7 @@ Installation on Windows Agent Configuration ^^^^^^^^^^^^^^^^^^^ -Add the server value to the ``[main]`` section of the node ``/etc/puppetlabs/puppet/puppet.conf`` (Linux) or ``C:\ProgramData\PuppetLabs\puppet\etc\puppet.conf`` (Windows) file, replacing ``puppet-master`` with your Puppet server FQDN if you have your own configured:: +Add the server value to the ``[main]`` section of the node ``/etc/puppetlabs/puppet/puppet.conf`` (Linux) or ``C:\ProgramData\PuppetLabs\puppet\etc\puppet.conf`` (Windows) file, replacing ``puppet-master`` with your Puppet server FQDN if you have your own DNS configured:: [main] server = puppet-master From 4caf48e18e80ad3a3f0311f9d5fc9160380fd86d Mon Sep 17 00:00:00 2001 From: vcerenu Date: Wed, 13 Mar 2024 10:08:03 -0300 Subject: [PATCH 20/38] fix puppet config steps --- .../setup-puppet/install-puppet-master.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst index f7b12a15c5..19db3bd7ff 100644 --- a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst +++ b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst @@ -91,7 +91,7 @@ Replace 2g in the ``JAVA_ARGS`` variable with the amount of memory you want to a Configuration ------------- -Edit the ``/etc/puppetlabs/puppet/puppet.conf`` file, adding this lines to the ``[main]`` section (create the section if it does not exist), and replacing ``puppet,puppet-master`` with your own FQDN if you have your own DNS configured: +Edit the ``/etc/puppetlabs/puppet/puppet.conf`` file, adding these lines to the ``[main]`` section (create the section if it does not exist), and replacing ``puppet,puppet-master`` with your own FQDN if you have your own DNS configured: :: From 4f0339446f8cc39d554ce8e399f5829330692a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Mariano=20Koremblum?= Date: Fri, 15 Mar 2024 00:32:32 +0900 Subject: [PATCH 21/38] Launchtl unload step was removed from macOS uninstall --- source/installation-guide/uninstalling-wazuh/agent.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/installation-guide/uninstalling-wazuh/agent.rst b/source/installation-guide/uninstalling-wazuh/agent.rst index ae61e25225..1e87bc1267 100644 --- a/source/installation-guide/uninstalling-wazuh/agent.rst +++ b/source/installation-guide/uninstalling-wazuh/agent.rst @@ -81,12 +81,6 @@ Follow these steps to uninstall the Wazuh agent from your macOS endpoint. # /bin/rm -r /Library/Ossec -#. Stop and unload dispatcher. - - .. code-block:: console - - # /bin/launchctl unload /Library/LaunchDaemons/com.wazuh.agent.plist - #. Remove ``launchdaemons`` and ``StartupItems``. .. code-block:: console From 21ec98c882e178c1361bc772a1f3c77b5c63f860 Mon Sep 17 00:00:00 2001 From: LucioDonda Date: Fri, 15 Mar 2024 13:48:34 -0300 Subject: [PATCH 22/38] Modify master node address to uppercase and inside angle brackets --- .../basic/wazuh/common/configure_wazuh_master_node.rst | 2 +- .../basic/wazuh/common/configure_wazuh_worker_node.rst | 2 +- .../installations/manager/configure_wazuh_master_node.rst | 2 +- .../installations/manager/configure_wazuh_worker_node.rst | 2 +- .../wazuh/common/configure_wazuh_worker_node.rst | 2 +- source/user-manual/configuring-cluster/index.rst | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/_templates/installations/basic/wazuh/common/configure_wazuh_master_node.rst b/source/_templates/installations/basic/wazuh/common/configure_wazuh_master_node.rst index f9c2746d43..8f024abcb0 100644 --- a/source/_templates/installations/basic/wazuh/common/configure_wazuh_master_node.rst +++ b/source/_templates/installations/basic/wazuh/common/configure_wazuh_master_node.rst @@ -12,7 +12,7 @@ Configure the cluster node by editing the following settings in ``/var/ossec/etc 1516 0.0.0.0 - wazuh-master-address + WAZUH-MASTER-ADDRESS no no diff --git a/source/_templates/installations/basic/wazuh/common/configure_wazuh_worker_node.rst b/source/_templates/installations/basic/wazuh/common/configure_wazuh_worker_node.rst index 9ba075808a..ce3644fe70 100644 --- a/source/_templates/installations/basic/wazuh/common/configure_wazuh_worker_node.rst +++ b/source/_templates/installations/basic/wazuh/common/configure_wazuh_worker_node.rst @@ -12,7 +12,7 @@ Configure the cluster node by editing the following settings in ``/var/ossec/etc 1516 0.0.0.0 - wazuh-master-address + WAZUH-MASTER-ADDRESS no no diff --git a/source/_templates/installations/manager/configure_wazuh_master_node.rst b/source/_templates/installations/manager/configure_wazuh_master_node.rst index e1cf79cd24..e5ddbdcd20 100644 --- a/source/_templates/installations/manager/configure_wazuh_master_node.rst +++ b/source/_templates/installations/manager/configure_wazuh_master_node.rst @@ -10,7 +10,7 @@ 1516 0.0.0.0 - wazuh-master-address + WAZUH-MASTER-ADDRESS no no diff --git a/source/_templates/installations/manager/configure_wazuh_worker_node.rst b/source/_templates/installations/manager/configure_wazuh_worker_node.rst index 388d5707f4..ddfd74bde2 100644 --- a/source/_templates/installations/manager/configure_wazuh_worker_node.rst +++ b/source/_templates/installations/manager/configure_wazuh_worker_node.rst @@ -12,7 +12,7 @@ Configure the cluster node by editing the following settings in the ``/var/ossec 1516 0.0.0.0 - wazuh-master-address + WAZUH-MASTER-ADDRESS no no diff --git a/source/_templates/installations/wazuh/common/configure_wazuh_worker_node.rst b/source/_templates/installations/wazuh/common/configure_wazuh_worker_node.rst index 388d5707f4..ddfd74bde2 100644 --- a/source/_templates/installations/wazuh/common/configure_wazuh_worker_node.rst +++ b/source/_templates/installations/wazuh/common/configure_wazuh_worker_node.rst @@ -12,7 +12,7 @@ Configure the cluster node by editing the following settings in the ``/var/ossec 1516 0.0.0.0 - wazuh-master-address + WAZUH-MASTER-ADDRESS no no diff --git a/source/user-manual/configuring-cluster/index.rst b/source/user-manual/configuring-cluster/index.rst index 09a2be2d53..4fe30988f8 100644 --- a/source/user-manual/configuring-cluster/index.rst +++ b/source/user-manual/configuring-cluster/index.rst @@ -51,7 +51,7 @@ Deploying a Wazuh cluster 1516 0.0.0.0 - master + WAZUH-MASTER-ADDRESS no no @@ -75,7 +75,7 @@ Deploying a Wazuh cluster 1516 0.0.0.0 - master + WAZUH-MASTER-ADDRESS no no From 1a0b76b2d1ab2fa3fb8fdecca170d292ca1185ca Mon Sep 17 00:00:00 2001 From: Javier Medeot Date: Fri, 15 Mar 2024 16:55:41 -0300 Subject: [PATCH 23/38] Update 4.8.0 release notes --- source/release-notes/release-4-8-0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/release-4-8-0.rst b/source/release-notes/release-4-8-0.rst index 747c78de5a..ff020cb951 100644 --- a/source/release-notes/release-4-8-0.rst +++ b/source/release-notes/release-4-8-0.rst @@ -104,7 +104,7 @@ Wazuh dashboard - `#6083 `__ Added the ``ssl_agent_ca`` configuration to the **SSL Settings** form. - `#5896 `__ Added global vulnerability dashboards. `#6179 `__ `#6173 `__ `#6147 `__ `#6231 `__ `#6246 `__ `#6321 `__ `#6338 `__ `#6356 `__ `#6410 `__ `#6429 `__ `#6448 `__ `#6488 `__ - `#5840 `__ Added an agent selector to the IT Hygiene module. -- `#5840 `__ Moved the Wazuh menu into the side menu. `#6226 `__ `#6176 `__ `#6423 `__ +- `#5840 `__ Moved the Wazuh menu into the side menu. `#6226 `__ `#6176 `__ `#6423 `__ `#6510 `__ - `#5840 `__ Removed the ``disabled_roles`` and ``customization.logo.sidebar`` settings. - `#5840 `__ Removed module visibility configuration and removed the ``extensions.*`` settings. - `#6106 `__ Added query results limit of 10000 hits. From e78d593aa1105922904ac5a7a4a128fc5452ef38 Mon Sep 17 00:00:00 2001 From: Javier Medeot Date: Mon, 18 Mar 2024 09:28:21 -0300 Subject: [PATCH 24/38] Update 4.8.0 release notes --- source/release-notes/release-4-8-0.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/source/release-notes/release-4-8-0.rst b/source/release-notes/release-4-8-0.rst index ff020cb951..86ac0c2336 100644 --- a/source/release-notes/release-4-8-0.rst +++ b/source/release-notes/release-4-8-0.rst @@ -8,6 +8,16 @@ This section lists the changes in version 4.8.0. Every update of the Wazuh solution is cumulative and includes all enhancements and fixes from previous releases. +Breaking changes +---------------- + +This release includes some breaking changes, such as the following: + +RESTful API +^^^^^^^^^^^ + +- `#17048 `__ Removed ``custom`` parameter from ``PUT /active-response`` endpoint. + What's new ---------- @@ -86,7 +96,7 @@ Other - `#21710 `__ Upgraded external ``libarchive`` library dependency version to ``3.7.2``. - `#20003 `__ Upgraded external ``numpy`` library dependency version to ``1.26.0``. - `#21710 `__ Upgraded external ``pcre2`` library dependency version to ``10.42``. -- `#20003 `__ Upgraded external ``pyarrow`` library dependency version to ``14.0.1``. +- `#20493 `__ Upgraded external ``pyarrow`` library dependency version to ``14.0.1``. - `#21710 `__ Upgraded external ``rpm`` library dependency version to ``4.18.2``. - `#20741 `__ Upgraded external ``SQLAlchemy`` library dependency version to ``2.0.23``. - `#21710 `__ Upgraded external ``sqlite`` library dependency version to ``3.45.0``. From c7add4fe2a7c52ec4b47e12c24276e6a20b40069 Mon Sep 17 00:00:00 2001 From: Javier Medeot Date: Tue, 19 Mar 2024 08:28:40 -0300 Subject: [PATCH 25/38] Update 4.8.0 release notes - Remove from breaking changes --- source/release-notes/release-4-8-0.rst | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/source/release-notes/release-4-8-0.rst b/source/release-notes/release-4-8-0.rst index 86ac0c2336..f729ff731d 100644 --- a/source/release-notes/release-4-8-0.rst +++ b/source/release-notes/release-4-8-0.rst @@ -8,16 +8,6 @@ This section lists the changes in version 4.8.0. Every update of the Wazuh solution is cumulative and includes all enhancements and fixes from previous releases. -Breaking changes ----------------- - -This release includes some breaking changes, such as the following: - -RESTful API -^^^^^^^^^^^ - -- `#17048 `__ Removed ``custom`` parameter from ``PUT /active-response`` endpoint. - What's new ---------- @@ -61,6 +51,7 @@ RESTful API - `#20420 `__ Added the ``auto`` option to the ``ssl_protocol`` setting in the API configuration. This option enables automatic negotiation of the TLS certificate. - `#21572 `__ Removed the ``compilation_date`` field from ``GET /cluster/{node_id}/info`` and ``GET /manager/info`` endpoints. - `#22387 `__ Deprecated the ``cache`` configuration option. +- `#17048 `__ Removed ``custom`` parameter from ``PUT /active-response`` endpoint. Ruleset ^^^^^^^ From 5efe7203839ff8902067e9d8ce2d46af28ba570b Mon Sep 17 00:00:00 2001 From: Javier Medeot Date: Tue, 19 Mar 2024 08:30:06 -0300 Subject: [PATCH 26/38] Update 4.8.0 release notes --- source/release-notes/release-4-8-0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/release-4-8-0.rst b/source/release-notes/release-4-8-0.rst index f729ff731d..2e7d631073 100644 --- a/source/release-notes/release-4-8-0.rst +++ b/source/release-notes/release-4-8-0.rst @@ -51,7 +51,7 @@ RESTful API - `#20420 `__ Added the ``auto`` option to the ``ssl_protocol`` setting in the API configuration. This option enables automatic negotiation of the TLS certificate. - `#21572 `__ Removed the ``compilation_date`` field from ``GET /cluster/{node_id}/info`` and ``GET /manager/info`` endpoints. - `#22387 `__ Deprecated the ``cache`` configuration option. -- `#17048 `__ Removed ``custom`` parameter from ``PUT /active-response`` endpoint. +- `#17048 `__ Removed the ``custom`` parameter from the ``PUT /active-response`` endpoint. Ruleset ^^^^^^^ From f87cb95afea14f4d553782479f71053e0c18f26b Mon Sep 17 00:00:00 2001 From: vcerenu Date: Tue, 19 Mar 2024 10:15:41 -0300 Subject: [PATCH 27/38] add suggestions made by javimed --- .../setup-puppet/install-puppet-agent.rst | 11 ++++++++--- .../setup-puppet/install-puppet-master.rst | 10 +++++----- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst index b65953080b..30e1641c51 100644 --- a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst +++ b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst @@ -112,10 +112,15 @@ Installation on Windows Agent Configuration ^^^^^^^^^^^^^^^^^^^ -Add the server value to the ``[main]`` section of the node ``/etc/puppetlabs/puppet/puppet.conf`` (Linux) or ``C:\ProgramData\PuppetLabs\puppet\etc\puppet.conf`` (Windows) file, replacing ``puppet-master`` with your Puppet server FQDN if you have your own DNS configured:: +To configure the Puppet agent, edit the configuration file in the node. +- ``/etc/puppetlabs/puppet/puppet.conf`` for Linux systems +- ``C:\ProgramData\PuppetLabs\puppet\etc\puppet.conf`` for Windows systems +Add the ``server`` setting to the ``[main]`` section of the file. If you have set up your own DNS, replace ``puppet-master`` with the Fully Qualified Domain Name (FQDN) of your Puppet server. - [main] - server = puppet-master + .. code-block:: none + + [main] + server = puppet-master .. note:: The Puppet server FQDN should be resolved by the Puppet agent host. diff --git a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst index 19db3bd7ff..4e68a72931 100644 --- a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst +++ b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-master.rst @@ -91,13 +91,13 @@ Replace 2g in the ``JAVA_ARGS`` variable with the amount of memory you want to a Configuration ------------- -Edit the ``/etc/puppetlabs/puppet/puppet.conf`` file, adding these lines to the ``[main]`` section (create the section if it does not exist), and replacing ``puppet,puppet-master`` with your own FQDN if you have your own DNS configured: +Edit the ``/etc/puppetlabs/puppet/puppet.conf`` file to configure the Puppet server. Add the following settings to the ``[main]`` section. You need to create the section if it doesn't exist. If you have set up your own DNS, replace ``puppet`` and ``puppet-master`` with your Fully Qualified Domain Names (FQDNs). - :: + .. code-block:: none - [main] - server = puppet-master - dns_alt_names = puppet, puppet-master + [main] + server = puppet-master + dns_alt_names = puppet, puppet-master .. note:: If you find ``templatedir=$confdir/templates`` in the config file, delete that line. It has been deprecated. From 2eeefc1ee2d3d02ab060942be686655d9e41bcee Mon Sep 17 00:00:00 2001 From: vcerenu Date: Wed, 20 Mar 2024 10:02:47 -0300 Subject: [PATCH 28/38] add warning about 4.8.0 upgrade --- .../deploying-with-kubernetes/kubernetes-deployment.rst | 1 + .../deploying-with-kubernetes/kubernetes-upgrade.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/source/deployment-options/deploying-with-kubernetes/kubernetes-deployment.rst b/source/deployment-options/deploying-with-kubernetes/kubernetes-deployment.rst index 4c1da4968f..a4a7269d3b 100644 --- a/source/deployment-options/deploying-with-kubernetes/kubernetes-deployment.rst +++ b/source/deployment-options/deploying-with-kubernetes/kubernetes-deployment.rst @@ -15,6 +15,7 @@ Clone this repository to deploy the necessary services and pods. $ git clone https://github.com/wazuh/wazuh-kubernetes.git -b v|WAZUH_CURRENT_KUBERNETES| --depth=1 $ cd wazuh-kubernetes +.. _kubernetes_ssl_certificates: Setup SSL certificates ^^^^^^^^^^^^^^^^^^^^^^ diff --git a/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst b/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst index 09c86299a8..9c4af5a7c6 100644 --- a/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst +++ b/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst @@ -36,6 +36,9 @@ Our Kubernetes deployment uses our Wazuh images from Docker. If we look at the f Any modification related to these files will also be made in the associated volume. When the replica pod is created, it will get those files from the volume, keeping the previous changes. +.. warning:: + Starting with Wazuh v4.8.0 we have made a change to the CN of the certificate used in the Wazuh indexer pods, so it is necessary to :ref:`recreate the certificates. ` + Configuring the upgrade ----------------------- From 57d157e4fc2f53f2dd252405494997f8924ce418 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Thu, 21 Mar 2024 05:26:54 -0300 Subject: [PATCH 29/38] change message for certificates recreation --- .../deploying-with-kubernetes/kubernetes-upgrade.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst b/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst index 9c4af5a7c6..266ec5896c 100644 --- a/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst +++ b/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst @@ -36,8 +36,12 @@ Our Kubernetes deployment uses our Wazuh images from Docker. If we look at the f Any modification related to these files will also be made in the associated volume. When the replica pod is created, it will get those files from the volume, keeping the previous changes. -.. warning:: - Starting with Wazuh v4.8.0 we have made a change to the CN of the certificate used in the Wazuh indexer pods, so it is necessary to :ref:`recreate the certificates. ` + +Recreate certificates +--------------------- + +Due to changes made in version v4.8.0 of Wazuh, it is mandatory to recreate the SSL certificates before applying the changes of the new version, so any update from a version prior to Wazuh v4.8.0 to an equal or later version must :ref:`recreate your certificates. ` + Configuring the upgrade ----------------------- From 29d15af5a7fda034e083d493a1c680017f386427 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Thu, 21 Mar 2024 12:15:19 -0300 Subject: [PATCH 30/38] change message for certificates recreation --- .../deploying-with-kubernetes/kubernetes-upgrade.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst b/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst index 266ec5896c..2d5ff6a79d 100644 --- a/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst +++ b/source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst @@ -37,11 +37,10 @@ Our Kubernetes deployment uses our Wazuh images from Docker. If we look at the f Any modification related to these files will also be made in the associated volume. When the replica pod is created, it will get those files from the volume, keeping the previous changes. -Recreate certificates ---------------------- - -Due to changes made in version v4.8.0 of Wazuh, it is mandatory to recreate the SSL certificates before applying the changes of the new version, so any update from a version prior to Wazuh v4.8.0 to an equal or later version must :ref:`recreate your certificates. ` +Recreating certificates +----------------------- +Upgrading from a version earlier than v4.8.0 requires that you recreate the SSL certificates. Follow instructions in :ref:`kubernetes_ssl_certificates` for this. Configuring the upgrade ----------------------- From c96298a05ca61e96f338d3b970dec4ae0817e77b Mon Sep 17 00:00:00 2001 From: Javier Medeot Date: Fri, 22 Mar 2024 09:47:51 -0300 Subject: [PATCH 31/38] Apply suggestions from code review --- .../deploying-with-puppet/setup-puppet/install-puppet-agent.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst index 30e1641c51..3be5acad24 100644 --- a/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst +++ b/source/deployment-options/deploying-with-puppet/setup-puppet/install-puppet-agent.rst @@ -113,8 +113,10 @@ Agent Configuration ^^^^^^^^^^^^^^^^^^^ To configure the Puppet agent, edit the configuration file in the node. + - ``/etc/puppetlabs/puppet/puppet.conf`` for Linux systems - ``C:\ProgramData\PuppetLabs\puppet\etc\puppet.conf`` for Windows systems + Add the ``server`` setting to the ``[main]`` section of the file. If you have set up your own DNS, replace ``puppet-master`` with the Fully Qualified Domain Name (FQDN) of your Puppet server. .. code-block:: none From 5455c9dc7d54e7b0c8adb23aa20599a68ca805b5 Mon Sep 17 00:00:00 2001 From: Javier Medeot Date: Mon, 25 Mar 2024 17:19:46 -0300 Subject: [PATCH 32/38] Remove Wazuh_rules.pdf references --- source/user-manual/ruleset/getting-started.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/user-manual/ruleset/getting-started.rst b/source/user-manual/ruleset/getting-started.rst index 01fc012485..15dbb1d73b 100644 --- a/source/user-manual/ruleset/getting-started.rst +++ b/source/user-manual/ruleset/getting-started.rst @@ -72,9 +72,7 @@ In the Wazuh repository you will find: Resources ^^^^^^^^^ -- Visit our repository to view the rules in detail at `GitHub Wazuh `_ -- Find a complete description of the available rules at `Wazuh Ruleset Summary `_ - +Visit the `Wazuh GitHub repository `__ to view our ruleset in detail. Rule and Rootcheck example ^^^^^^^^^^^^^^^^^^^^^^^^^^ From 5a5a1ba6490727c6e435cfcf98135c8eb63b034c Mon Sep 17 00:00:00 2001 From: Julia Date: Mon, 1 Apr 2024 12:10:23 +0200 Subject: [PATCH 33/38] refactor: update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ded5bffe30..b0d41d0f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file. - Added environment variable for Wazuh indexer in Wazuh on Docker deployment. ([#6750](https://github.com/wazuh/wazuh-documentation/pull/6750)) ([#7057](https://github.com/wazuh/wazuh-documentation/pull/7057)) - Added step to remove the *ss4o* index templates from the Wazuh indexer upgrade guide. ([#7093](https://github.com/wazuh/wazuh-documentation/pull/7093)) - Added deprecation notice for the ``cache`` Wazuh API configuration option. ([#7106](https://github.com/wazuh/wazuh-documentation/pull/7106)) +- Added warning about 4.8.0 upgrade. ([#7135](https://github.com/wazuh/wazuh-documentation/pull/7135)) ### Changed @@ -42,11 +43,14 @@ All notable changes to this project will be documented in this file. - Removed steps to modify the number of shards from the offline installation guide. ([#6958](https://github.com/wazuh/wazuh-documentation/pull/6958)) - Fixed password update step for distributed deployments. ([#6967](https://github.com/wazuh/wazuh-documentation/pull/6967)) - Added fixes and updates to the MITRE ATT&CK framework section. ([#6962](https://github.com/wazuh/wazuh-documentation/pull/6962)) +- Modified master node address name to uppercase. ([#7127](https://github.com/wazuh/wazuh-documentation/pull/7127)) ### Removed - Deprecated ``/vulnerability`` API endpoints. ([#6738](https://github.com/wazuh/wazuh-documentation/pull/6738)) -- Remove implicit ``id!=000`` WQL filter in the search bar. ([#6815](https://github.com/wazuh/wazuh-documentation/pull/6815)) +- Removed implicit ``id!=000`` WQL filter in the search bar. ([#6815](https://github.com/wazuh/wazuh-documentation/pull/6815)) +- Removed launchtl unload step from macOS uninstalling manual. ([#7123](https://github.com/wazuh/wazuh-documentation/pull/7123)) +- Removed Wazuh_rules.pdf references. ([#7142](https://github.com/wazuh/wazuh-documentation/pull/7142)) ## [v4.7.3] From 3d49ca19617a43af6d46d20363eddfb8078afe7f Mon Sep 17 00:00:00 2001 From: Julia Date: Mon, 1 Apr 2024 12:56:48 +0200 Subject: [PATCH 34/38] refactor: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b679429958..122b52c1e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. ### Changed - Updated ``SQLAlchemy`` and ``urllib3`` in dependencies Azure cloud security section. ([#6842](https://github.com/wazuh/wazuh-documentation/pull/6842)) +- Changed all references to HP-UX package to tar.gz. ([#7107]https://github.com/wazuh/wazuh-documentation/pull/7107) ## [v4.8.0] From 09723b5c3e275d1ebd6a2a8ad89388b81d662ff0 Mon Sep 17 00:00:00 2001 From: Julia Date: Mon, 1 Apr 2024 13:50:47 +0200 Subject: [PATCH 35/38] refactor: update changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97030e47d5..dd4abd6358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file. ## [v4.8.2] -- Support for Wazuh 4.8.2 +### Added + +- Added considerations for max_size API options. ([#7063](https://github.com/wazuh/wazuh-documentation/pull/7063)) + +### Fixed + +- Fixed puppet config steps. ([#7120](https://github.com/wazuh/wazuh-documentation/pull/7120)) ## [v4.8.1] From cb7606846cee9ceebf27fdda45e388d1f8ccde2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julia=20Mag=C3=A1n?= <80041853+juliamagan@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:33:42 +0200 Subject: [PATCH 36/38] refactor: update change description Co-authored-by: Raul Del Pozo Moreno --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd4abd6358..857d74d4c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file. ### Fixed -- Fixed puppet config steps. ([#7120](https://github.com/wazuh/wazuh-documentation/pull/7120)) +- Fixed Puppet deployment config steps. ([#7120](https://github.com/wazuh/wazuh-documentation/pull/7120)) ## [v4.8.1] From 0d703e5073dccdd6123acd2700629a59f95c92ab Mon Sep 17 00:00:00 2001 From: Julia Date: Mon, 1 Apr 2024 15:01:23 +0200 Subject: [PATCH 37/38] fix: add missing brackets --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b65794eca..2aaef77ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,7 @@ All notable changes to this project will be documented in this file. ### Changed - Updated ``SQLAlchemy`` and ``urllib3`` in dependencies Azure cloud security section. ([#6842](https://github.com/wazuh/wazuh-documentation/pull/6842)) -- Changed all references to HP-UX package to tar.gz. ([#7107]https://github.com/wazuh/wazuh-documentation/pull/7107) +- Changed all references to HP-UX package to tar.gz. ([#7107](https://github.com/wazuh/wazuh-documentation/pull/7107)) ## [v4.8.0] From 0fb51708ce4df8e9f70a9d2a1ae7cef8626c4c42 Mon Sep 17 00:00:00 2001 From: Julia Date: Mon, 1 Apr 2024 15:02:53 +0200 Subject: [PATCH 38/38] fix; fix typos --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aaef77ef3..6ed28e67c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -93,8 +93,8 @@ All notable changes to this project will be documented in this file. - Deprecated ``/vulnerability`` API endpoints. ([#6738](https://github.com/wazuh/wazuh-documentation/pull/6738)) - Removed implicit ``id!=000`` WQL filter in the search bar. ([#6815](https://github.com/wazuh/wazuh-documentation/pull/6815)) -- Removed launchtl unload step from macOS uninstalling manual. ([#7123](https://github.com/wazuh/wazuh-documentation/pull/7123)) -- Removed Wazuh_rules.pdf references. ([#7142](https://github.com/wazuh/wazuh-documentation/pull/7142)) +- Removed launchctl unload step from macOS uninstalling manual. ([#7123](https://github.com/wazuh/wazuh-documentation/pull/7123)) +- Removed Wazuh_Ruleset.pdf references. ([#7142](https://github.com/wazuh/wazuh-documentation/pull/7142)) ## [v4.7.3]