mirror of
https://github.com/wazuh/wazuh-documentation.git
synced 2025-12-10 11:13:35 -06:00
Compare commits
3 Commits
26a9729e8c
...
87b133ac25
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87b133ac25 | ||
|
|
79e1340af2 | ||
|
|
891135b47a |
@ -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]
|
||||
|
||||
|
||||
@ -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",
|
||||
#
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
@ -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:
|
||||
|
||||
|
||||
@ -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
|
||||
----------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user