Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline install fixes #7672

Merged
merged 3 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion source/deployment-options/offline-installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ Download the packages and configuration files

# ./wazuh-install.sh -g

#. Copy or move ``wazuh-offline.tar.gz`` and ``wazuh-install-files.tar`` files to a folder accessible to the host(s) from where the offline installation will be carried out. This can be done by using ``scp``.
#. Copy or move the following files to a directory on the host(s) from where the offline installation will be carried out. You can use ``scp`` for this.

- ``wazuh-install.sh``
- ``wazuh-offline.tar.gz``
- ``wazuh-install-files.tar``

Next steps
----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Install and configure the Wazuh indexer nodes.

.. code-block:: console

# bash wazuh-install.sh --start-cluster
# bash wazuh-install.sh --offline-installation --start-cluster

.. note:: You only have to initialize the cluster `once`, there is no need to run this command on every node.

Expand Down