Compare commits

...

3 Commits

Author SHA1 Message Date
Javier Medeot
87b133ac25
Merge pull request #9149 from wazuh/enhancement/idr472-update-filebeat-module-version-reference
Update Wazuh module for Filebeat version
2025-12-04 12:13:48 -03:00
Javier Medeot
79e1340af2
Update 4.14.2 documentation changelog 2025-12-04 12:12:34 -03:00
Javier Medeot
891135b47a
Update Wazuh module for Filebeat version reference 2025-12-04 12:10:02 -03:00
6 changed files with 10 additions and 5 deletions

View File

@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.
## [v4.14.2]
- Support for Wazuh 4.14.2
### Changed
- Updated the Wazuh module for Filebeat version references to ``0.5``. ([#9149](https://github.com/wazuh/wazuh-documentation/pull/9149))
## [v4.14.1]

View File

@ -150,6 +150,9 @@ custom_replacements = {
"|WAZUH_CURRENT_HPUX|" : release,
"|WAZUH_REVISION_HPUX|" : "1",
#
# === Wazuh module for Filebeat
"|WAZUH_FILEBEAT|": "0.5",
#
# === OpenSearch
"|OPENSEARCH_DASHBOARDS_VERSION|": "2.16.0",
#

View File

@ -239,7 +239,7 @@ Filebeat must be installed and configured on the same server as the Wazuh manage
.. code-block:: console
# tar -xzf ./wazuh-offline/wazuh-files/wazuh-filebeat-0.4.tar.gz -C /usr/share/filebeat/module
# tar -xzf ./wazuh-offline/wazuh-files/wazuh-filebeat-|WAZUH_FILEBEAT|.tar.gz -C /usr/share/filebeat/module
#. Replace ``<SERVER_NODE_NAME>`` with your Wazuh server node certificate name, the same used in ``config.yml`` when creating the certificates. For example, ``wazuh-1``. Then, move the certificates to their corresponding location.

View File

@ -135,7 +135,7 @@ Configuring Filebeat
.. code-block:: console
# curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.4.tar.gz | tar -xvz -C /usr/share/filebeat/module
# curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-|WAZUH_FILEBEAT|.tar.gz | tar -xvz -C /usr/share/filebeat/module
Deploying certificates
^^^^^^^^^^^^^^^^^^^^^^

View File

@ -529,7 +529,7 @@ When upgrading Wazuh, you must also update the Wazuh Filebeat module and the ale
.. code-block:: console
# curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.4.tar.gz | sudo tar -xvz -C /usr/share/filebeat/module
# curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-|WAZUH_FILEBEAT|.tar.gz | sudo tar -xvz -C /usr/share/filebeat/module
#. Download the alerts template:

View File

@ -193,7 +193,7 @@ Install and configure Filebeat
.. code-block:: console
# curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.4.tar.gz | tar -xvz -C /usr/share/filebeat/module
# curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-|WAZUH_FILEBEAT|.tar.gz | tar -xvz -C /usr/share/filebeat/module
Deploying certificates
----------------------