Skip to content

Commit

Permalink
Add changes to upscaling Wazuh cluster section
Browse files Browse the repository at this point in the history
  • Loading branch information
javimed committed Feb 23, 2024
1 parent 41c673e commit 51052e7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions source/user-manual/upscaling/adding-indexer-node.rst
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,19 @@ Once the certificates have been created and copied to the new node(s), you can n

#. Install package dependencies.

.. include:: /_templates/installations/indexer/common/install-dependencies.rst
.. tabs::

.. group-tab:: Yum

.. code-block:: console
# yum install coreutils
.. group-tab:: APT

.. code-block:: console
# apt-get install debconf adduser procps
#. Add the Wazuh repository.

Expand Down Expand Up @@ -552,7 +564,7 @@ Starting the service
Cluster initialization
----------------------

Run the Wazuh indexer ``indexer-security-init.sh`` script on `any` Wazuh indexer node to load the new certificates information and start the single-node or multi-node cluster.
Run the Wazuh indexer ``indexer-security-init.sh`` script on `any` Wazuh indexer node to load the new certificates information and start the cluster.

.. code-block:: console
Expand Down
2 changes: 1 addition & 1 deletion source/user-manual/upscaling/adding-server-node.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ All-in-one deployment
cluster.initial_master_nodes:
- "<WAZUH_INDEXER_NODE_NAME>"
#. Edit the filebeat configuration file ``/etc/filebeat/filebeat.yml`` (Located in the Wazuh server node in distributed deployments) to specify the indexer’s IP address:
#. Edit the filebeat configuration file ``/etc/filebeat/filebeat.yml`` to specify the indexer’s IP address:

.. code-block:: yaml
Expand Down

0 comments on commit 51052e7

Please sign in to comment.