Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
javimed committed Jan 8, 2024
1 parent 62b051d commit 533cee0
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,17 @@ Install and configure the Wazuh indexer nodes.

#. Run the assistant with the ``--offline-install`` to perform an offline installation. Use the option ``--wazuh-indexer`` and the node name to install and configure the Wazuh indexer. The node name must be the same one used in ``config.yml`` for the initial configuration, for example, ``node-1``.

.. code-block:: console
# bash wazuh-install.sh --offline-install --wazuh-indexer node-1
.. code-block:: console
# bash wazuh-install.sh --offline-install --wazuh-indexer node-1
Repeat this step for every Wazuh indexer node in your cluster. Then proceed with initializing your single-node or multi-node cluster in the next step.

#. Run the Wazuh installation assistant with option ``--start-cluster`` on any Wazuh indexer node to load the new certificates information and start the cluster.

.. code-block:: console
# bash wazuh-install.sh --start-cluster
# bash wazuh-install.sh --start-cluster
.. note:: You only have to initialize the cluster `once`, there is no need to run this command on every node.

Expand Down Expand Up @@ -78,15 +77,13 @@ Installing the Wazuh server

.. code-block:: console
# bash wazuh-install.sh --offline-install --wazuh-server wazuh-1
# bash wazuh-install.sh --offline-install --wazuh-server wazuh-1
Your Wazuh server is now successfully installed.

- If you want a Wazuh server multi-node cluster, repeat this step on every Wazuh server node.
- If you want a Wazuh server single-node cluster, everything is set and you can proceed directly with the next stage.


Installing the Wazuh dashboard
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 533cee0

Please sign in to comment.