Skip to content

Commit

Permalink
Merge pull request #7235 from wazuh/enhancement/7230-add-keystore-con…
Browse files Browse the repository at this point in the history
…fig-steps

Added keystore config steps to Vulnerability detection and to Upgradi…
  • Loading branch information
javimed committed Apr 26, 2024
2 parents 822ea93 + 7ff6026 commit 43526c1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/upgrade-guide/upgrading-central-components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <INDEXER_USERNAME>
# /var/ossec/bin/wazuh-keystore -f indexer -k username -v <INDEXER_PASSWORD>
#. Download the Wazuh module for Filebeat:

.. code-block:: console
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ The following configuration block shows a configuration example for Syscollector
</synchronization>
</wodle>
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 <INDEXER_USERNAME>
# /var/ossec/bin/wazuh-keystore -f indexer -k username -v <INDEXER_PASSWORD>
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.
Expand Down

0 comments on commit 43526c1

Please sign in to comment.