diff --git a/source/upgrade-guide/upgrading-central-components.rst b/source/upgrade-guide/upgrading-central-components.rst index b0fd55f73c..8ca290a75e 100644 --- a/source/upgrade-guide/upgrading-central-components.rst +++ b/source/upgrade-guide/upgrading-central-components.rst @@ -183,6 +183,13 @@ When upgrading a multi-node Wazuh manager cluster, run the upgrade in every node .. include:: /_templates/installations/manager/configure_indexer_connection.rst +#. Save the Wazuh indexer username and password into the Wazuh manager keystore using the Wazuh-keystore tool. + + .. code-block:: console + + # /var/ossec/bin/wazuh-keystore -f indexer -k username -v + # /var/ossec/bin/wazuh-keystore -f indexer -k username -v + #. Download the Wazuh module for Filebeat: .. code-block:: console diff --git a/source/user-manual/capabilities/vulnerability-detection/configuring-scans.rst b/source/user-manual/capabilities/vulnerability-detection/configuring-scans.rst index 947cad7e79..3230de6457 100644 --- a/source/user-manual/capabilities/vulnerability-detection/configuring-scans.rst +++ b/source/user-manual/capabilities/vulnerability-detection/configuring-scans.rst @@ -55,6 +55,13 @@ The following configuration block shows a configuration example for Syscollector +You must save the Wazuh indexer username and password into the Wazuh manager keystore using the Wazuh-keystore tool. + +.. code-block:: console + + # /var/ossec/bin/wazuh-keystore -f indexer -k username -v + # /var/ossec/bin/wazuh-keystore -f indexer -k username -v + The Vulnerability Detection module generates logs in the Wazuh server that trigger alerts. Every alert contains the following fields: - **CVE**: The Common Vulnerabilities and Exposures identifier for the corresponding vulnerability.