Skip to content

Commit

Permalink
Merge pull request #7571 from wazuh/bug/7565-fix-offline-installation…
Browse files Browse the repository at this point in the history
…-documentation

Fix installation commands for each component in Offline Assisted Installation
  • Loading branch information
javimed authored Jul 25, 2024
2 parents 6ce3159 + eb0a962 commit fcce1b1
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Installing the Wazuh indexer
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``.
#. Run the assistant with the ``--offline-installation`` 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
# bash wazuh-install.sh --offline-installation --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.

Expand Down Expand Up @@ -73,11 +73,11 @@ Testing the cluster installation
Installing the Wazuh server
^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

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

Expand All @@ -87,11 +87,11 @@ Your Wazuh server is now successfully installed.
Installing the Wazuh dashboard
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

.. code-block:: console
# bash wazuh-install.sh --wazuh-dashboard dashboard
# bash wazuh-install.sh --offline-installation --wazuh-dashboard dashboard
The default Wazuh web user interface port is 443, used by the Wazuh dashboard. You can change this port using the optional parameter ``-p|--port <port_number>``. Some recommended ports are 8443, 8444, 8080, 8888, and 9000.

Expand Down

0 comments on commit fcce1b1

Please sign in to comment.