diff --git a/source/deployment-options/elastic-stack/all-in-one-deployment/index.rst b/source/deployment-options/elastic-stack/all-in-one-deployment/index.rst index 166e3af68e..12a56f209c 100644 --- a/source/deployment-options/elastic-stack/all-in-one-deployment/index.rst +++ b/source/deployment-options/elastic-stack/all-in-one-deployment/index.rst @@ -255,7 +255,7 @@ Filebeat installation and configuration .. code-block:: console - # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.1.tar.gz | tar -xvz -C /usr/share/filebeat/module + # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.2.tar.gz | tar -xvz -C /usr/share/filebeat/module #. Edit the file ``/etc/filebeat/filebeat.yml`` and add the following line: diff --git a/source/deployment-options/elastic-stack/distributed-deployment/wazuh-cluster/wazuh-multi-node-cluster.rst b/source/deployment-options/elastic-stack/distributed-deployment/wazuh-cluster/wazuh-multi-node-cluster.rst index fc6e0daa3b..efd45fd776 100644 --- a/source/deployment-options/elastic-stack/distributed-deployment/wazuh-cluster/wazuh-multi-node-cluster.rst +++ b/source/deployment-options/elastic-stack/distributed-deployment/wazuh-cluster/wazuh-multi-node-cluster.rst @@ -173,7 +173,7 @@ Filebeat installation and configuration .. code-block:: console - # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.1.tar.gz | tar -xvz -C /usr/share/filebeat/module + # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.2.tar.gz | tar -xvz -C /usr/share/filebeat/module #. Configure Filebeat certificates: diff --git a/source/deployment-options/elastic-stack/distributed-deployment/wazuh-cluster/wazuh-single-node-cluster.rst b/source/deployment-options/elastic-stack/distributed-deployment/wazuh-cluster/wazuh-single-node-cluster.rst index de2273b86a..4f17255da2 100644 --- a/source/deployment-options/elastic-stack/distributed-deployment/wazuh-cluster/wazuh-single-node-cluster.rst +++ b/source/deployment-options/elastic-stack/distributed-deployment/wazuh-cluster/wazuh-single-node-cluster.rst @@ -144,7 +144,7 @@ Filebeat installation and configuration .. code-block:: console - # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.1.tar.gz | tar -xvz -C /usr/share/filebeat/module + # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.2.tar.gz | tar -xvz -C /usr/share/filebeat/module #. Edit the file ``/etc/filebeat/filebeat.yml``: diff --git a/source/deployment-options/offline-installation.rst b/source/deployment-options/offline-installation.rst index 618c30b225..8863c3e084 100644 --- a/source/deployment-options/offline-installation.rst +++ b/source/deployment-options/offline-installation.rst @@ -305,7 +305,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.1.tar.gz -C /usr/share/filebeat/module + # tar -xzf ./wazuh-offline/wazuh-files/wazuh-filebeat-0.2.tar.gz -C /usr/share/filebeat/module #. Replace ```` with your Wazuh server node certificate name, the same used in ``config.yml`` when creating the certificates. Then, move the certificates to their corresponding location. diff --git a/source/installation-guide/wazuh-server/step-by-step.rst b/source/installation-guide/wazuh-server/step-by-step.rst index 03d33129a1..107651c4d8 100644 --- a/source/installation-guide/wazuh-server/step-by-step.rst +++ b/source/installation-guide/wazuh-server/step-by-step.rst @@ -141,7 +141,7 @@ Configuring Filebeat .. code-block:: console - # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.1.tar.gz | tar -xvz -C /usr/share/filebeat/module + # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.2.tar.gz | tar -xvz -C /usr/share/filebeat/module Deploying certificates ^^^^^^^^^^^^^^^^^^^^^^ diff --git a/source/learning-wazuh/build-lab/install-wazuh-manager.rst b/source/learning-wazuh/build-lab/install-wazuh-manager.rst index 0234ae0856..e5d7f4d94d 100644 --- a/source/learning-wazuh/build-lab/install-wazuh-manager.rst +++ b/source/learning-wazuh/build-lab/install-wazuh-manager.rst @@ -128,7 +128,7 @@ and archived events to the Elasticsearch service. .. code-block:: console - # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.1.tar.gz | sudo tar -xvz -C /usr/share/filebeat/module + # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.2.tar.gz | sudo tar -xvz -C /usr/share/filebeat/module 6. Edit and set the specific IP address of your Elasticsearch instance into the Filebeat config: diff --git a/source/upgrade-guide/elasticsearch-kibana-filebeat/upgrading-elastic-stack.rst b/source/upgrade-guide/elasticsearch-kibana-filebeat/upgrading-elastic-stack.rst index 7cd7640fbe..4fe1ba2289 100644 --- a/source/upgrade-guide/elasticsearch-kibana-filebeat/upgrading-elastic-stack.rst +++ b/source/upgrade-guide/elasticsearch-kibana-filebeat/upgrading-elastic-stack.rst @@ -259,7 +259,7 @@ The following steps need to be run in the Wazuh server or servers in the case of .. code-block:: console - # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.1.tar.gz | sudo tar -xvz -C /usr/share/filebeat/module + # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.2.tar.gz | sudo tar -xvz -C /usr/share/filebeat/module #. Edit the ``/etc/filebeat/filebeat.yml`` configuration file. Replace ``YOUR_ELASTIC_SERVER_IP`` with the IP address or the hostname of the Elasticsearch server. For example: diff --git a/source/upgrade-guide/elasticsearch-kibana-filebeat/upgrading-open-distro.rst b/source/upgrade-guide/elasticsearch-kibana-filebeat/upgrading-open-distro.rst index c6d243febe..624fa19116 100644 --- a/source/upgrade-guide/elasticsearch-kibana-filebeat/upgrading-open-distro.rst +++ b/source/upgrade-guide/elasticsearch-kibana-filebeat/upgrading-open-distro.rst @@ -307,7 +307,7 @@ Upgrading Filebeat .. code-block:: console - # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.1.tar.gz | sudo tar -xvz -C /usr/share/filebeat/module + # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.2.tar.gz | sudo tar -xvz -C /usr/share/filebeat/module #. Edit the ``/etc/filebeat/filebeat.yml`` configuration file. This step is only needed for the upgrade of a ``Distributed installation``. In case of having an ``All-in-one`` installation, the file is already configured: diff --git a/source/upgrade-guide/legacy/upgrading-elastic-stack/from-6.8-to-7.x.rst b/source/upgrade-guide/legacy/upgrading-elastic-stack/from-6.8-to-7.x.rst index b78acc0d9b..55e20511ed 100644 --- a/source/upgrade-guide/legacy/upgrading-elastic-stack/from-6.8-to-7.x.rst +++ b/source/upgrade-guide/legacy/upgrading-elastic-stack/from-6.8-to-7.x.rst @@ -234,7 +234,7 @@ Upgrading Filebeat .. code-block:: console - # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.1.tar.gz | sudo tar -xvz -C /usr/share/filebeat/module + # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.2.tar.gz | sudo tar -xvz -C /usr/share/filebeat/module #. Edit the ``/etc/filebeat/filebeat.yml`` configuration file and replace ``YOUR_ELASTIC_SERVER_IP`` with the IP address or the hostname of the Elasticsearch server: diff --git a/source/upgrade-guide/upgrading-central-components.rst b/source/upgrade-guide/upgrading-central-components.rst index 8bf48ccc4d..a7a4f7cee1 100644 --- a/source/upgrade-guide/upgrading-central-components.rst +++ b/source/upgrade-guide/upgrading-central-components.rst @@ -174,7 +174,7 @@ When upgrading a multi-node Wazuh manager cluster, run the upgrade in every node .. code-block:: console - # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.1.tar.gz | sudo tar -xvz -C /usr/share/filebeat/module + # curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.2.tar.gz | sudo tar -xvz -C /usr/share/filebeat/module #. Download the alerts template: