Skip to content

Commit 6cbd704

Browse files
authored
Merge pull request #8173 from wazuh/enhancement/8167-add-arm-central-components-support
Add ARM to 64-bit architecture references for central components
2 parents 1a5b7b1 + 5a9f157 commit 6cbd704

File tree

11 files changed

+40
-28
lines changed

11 files changed

+40
-28
lines changed

source/deployment-options/docker/docker-installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Wazuh indexer creates many memory-mapped areas. So you need to set the kernel to
5353
Docker engine
5454
-------------
5555

56-
For Linux/Unix machines, Docker requires an amd64 architecture system running kernel version 3.10 or later.
56+
For Linux/Unix machines, Docker requires an AMD64 or ARM64 architecture system running kernel version 3.10 or later.
5757

5858
#. Open a terminal and use ``uname -r`` to display and check your kernel version:
5959

source/deployment-options/offline-installation/index.rst

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Offline installation
77
====================
88

9-
You can install Wazuh even when there is no connection to the Internet. Installing the solution offline involves downloading the Wazuh central components to later install them on a system with no Internet connection. The Wazuh server, the Wazuh indexer, and the Wazuh dashboard can be installed and configured on the same host in an all-in-one deployment, or each component can be installed on a separate host as a distributed deployment, depending on your environment needs. The supported architecture is 64-bit (x86_64/AMD64).
9+
You can install Wazuh even when there is no connection to the Internet. Installing the solution offline involves downloading the Wazuh central components later to install them on a system with no Internet connection. The Wazuh server, the Wazuh indexer, and the Wazuh dashboard can be installed and configured on the same host in an all-in-one deployment, or each component can be installed on a separate host as a distributed deployment, depending on your environment's needs. The supported architecture is 64-bit (x86_64/AMD64 or AARCH64/ARM64).
1010

1111
For more information about the hardware requirements and the recommended operating systems, check the :ref:`Requirements <installation_requirements>` section.
1212

@@ -22,26 +22,38 @@ Prerequisites
2222
Download the packages and configuration files
2323
---------------------------------------------
2424

25-
#. Run the following commands from any Linux system with Internet connection. This action executes a script that downloads all required files for the offline installation on x86_64 architectures. Select the package format to download.
26-
25+
#. Run the following commands from any Linux system with Internet connection. This action executes a script that downloads all required files for the offline installation (on x86_64/AMD64 and AARCH64/ARM64 architectures). Select the package format to download.
26+
2727
.. tabs::
2828

29-
.. group-tab:: RPM
29+
.. group-tab:: RPM
3030

31-
.. code-block:: console
32-
33-
# curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-install.sh
34-
# chmod 744 wazuh-install.sh
35-
# ./wazuh-install.sh -dw rpm
31+
.. code-block:: console
3632
37-
.. group-tab:: DEB
33+
# curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-install.sh
34+
# chmod 744 wazuh-install.sh
35+
# ./wazuh-install.sh -dw rpm -da x86_64
36+
37+
.. code-block:: console
38+
39+
# curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-install.sh
40+
# chmod 744 wazuh-install.sh
41+
# ./wazuh-install.sh -dw rpm -da aarch64
42+
43+
.. group-tab:: DEB
44+
45+
.. code-block:: console
46+
47+
# curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-install.sh
48+
# chmod 744 wazuh-install.sh
49+
# ./wazuh-install.sh -dw deb -da amd64
50+
51+
.. code-block:: console
52+
53+
# curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-install.sh
54+
# chmod 744 wazuh-install.sh
55+
# ./wazuh-install.sh -dw deb -da arm64
3856
39-
.. code-block:: console
40-
41-
# curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-install.sh
42-
# chmod 744 wazuh-install.sh
43-
# ./wazuh-install.sh -dw deb
44-
4557
#. Download the certificates configuration file.
4658

4759
.. code-block:: console

source/deployment-options/offline-installation/installation-assistant.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Install Wazuh components using the assistant
22
--------------------------------------------
33

4-
Install and configure the different Wazuh components on a 64-bit (x86_64/AMD64) architecture with the aid of the Wazuh installation assistant.
4+
Install and configure the different Wazuh components on a 64-bit (x86_64/AMD64 or AARCH64/ARM64) architecture with the aid of the Wazuh installation assistant.
55

66
.. note:: You need root user privileges to run all the commands described below.
77

source/deployment-options/virtual-machine/virtual-machine.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Hardware requirements
3636

3737
The following requirements have to be in place before the Wazuh VM can be imported into a host operating system:
3838

39-
- The host operating system has to be a 64-bit system with x86_64/AMD64 architecture.
40-
- Hardware virtualization has to be enabled on the firmware of the host.
41-
- A virtualization platform, such as VirtualBox, should be installed on the host system.
39+
- The host operating system has to be a 64-bit system with x86_64/AMD64 or AARCH64/ARM64 architecture.
40+
- Hardware virtualization has to be enabled on the firmware of the host.
41+
- A virtualization platform, such as VirtualBox, should be installed on the host system.
4242

4343
Out of the box, the Wazuh VM is configured with the following specifications:
4444

source/installation-guide/wazuh-dashboard/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Check the supported operating systems and the recommended hardware requirements
7474
Recommended operating systems
7575
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7676

77-
The Wazuh dashboard requires a 64-bit Intel or AMD Linux processor (x86_64/AMD64 architecture) to run. Wazuh supports the following operating system versions:
77+
The Wazuh dashboard requires a 64-bit Intel, AMD, or ARM Linux processor (x86_64/AMD64 or AARCH64/ARM64 architecture). Wazuh supports the following operating system versions:
7878

7979
.. list-table::
8080
:width: 100%

source/installation-guide/wazuh-dashboard/installation-assistant.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Installing the Wazuh dashboard using the assisted installation method
77
=====================================================================
88

9-
Install and configure the Wazuh dashboard on a 64-bit (x86_64/AMD64) architecture using the assisted installation method. Wazuh dashboard is a flexible and intuitive web interface for mining and visualizing security events and archives.
9+
Install and configure the Wazuh dashboard on a 64-bit (x86_64/AMD64 or AARCH64/ARM64) architecture using the assisted installation method. Wazuh dashboard is a flexible and intuitive web interface for mining and visualizing security events and archives.
1010

1111
Wazuh dashboard installation
1212
-----------------------------

source/installation-guide/wazuh-indexer/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Check the supported operating systems and the recommended hardware requirements
7373
Recommended operating systems
7474
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7575

76-
The Wazuh indexer requires a 64-bit Intel or AMD Linux processor (x86_64/AMD64 architecture) to run. Wazuh supports the following operating system versions:
76+
The Wazuh indexer requires a 64-bit Intel, AMD, or ARM Linux processor (x86_64/AMD64 or AARCH64/ARM64 architecture) to run. Wazuh supports the following operating system versions:
7777

7878
.. list-table::
7979
:width: 100%

source/installation-guide/wazuh-indexer/installation-assistant.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Installing the Wazuh indexer using the assisted installation method
77
===================================================================
88

9-
Install and configure the Wazuh indexer as a single-node or multi-node cluster on a 64-bit (x86_64/AMD64) architecture using the assisted installation method. The Wazuh indexer is a highly scalable full-text search engine. It offers advanced security, alerting, index management, deep performance analysis, and several other features.
9+
Install and configure the Wazuh indexer as a single-node or multi-node cluster on a 64-bit (x86_64/AMD64 or AARCH64/ARM64) architecture using the assisted installation method. The Wazuh indexer is a highly scalable full-text search engine. It offers advanced security, alerting, index management, deep performance analysis, and several other features.
1010

1111
Wazuh indexer cluster installation
1212
----------------------------------

source/installation-guide/wazuh-server/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Check the supported operating systems and the recommended hardware requirements
7474
Recommended operating systems
7575
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7676

77-
The Wazuh server requires a 64-bit Intel or AMD Linux processor (x86_64/AMD64 architecture) to run. Wazuh supports the following operating system versions:
77+
The Wazuh server requires a 64-bit Intel, AMD, or ARM Linux processor (x86_64/AMD64 or AARCH64/ARM64 architecture). Wazuh supports the following operating system versions:
7878

7979
.. list-table::
8080
:width: 100%

source/installation-guide/wazuh-server/installation-assistant.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Installing the Wazuh server using the assisted installation method
77
==================================================================
88

9-
Install the Wazuh server as a single-node or multi-node cluster on a 64-bit (x86_64/AMD64) architecture using the assisted installation method. The Wazuh server analyzes the data received from the agents triggering alerts when it detects threats and anomalies. This central component includes the Wazuh manager and Filebeat.
9+
Install the Wazuh server as a single-node or multi-node cluster on a 64-bit (x86_64/AMD64 or AARCH64/ARM64) architecture using the assisted installation method. The Wazuh server analyzes the data received from the agents, triggering alerts when it detects threats and anomalies. This central component includes the Wazuh manager and Filebeat.
1010

1111
Wazuh server cluster installation
1212
---------------------------------

source/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For larger environments we recommend a distributed deployment. Multi-node cluste
4545
Operating system
4646
^^^^^^^^^^^^^^^^
4747

48-
The Wazuh central components require a 64-bit Intel or AMD Linux processor (x86_64/AMD64 architecture) to run. Wazuh recommends any of the following operating system versions:
48+
The Wazuh central components require a 64-bit Intel, AMD, or ARM Linux processor (x86_64/AMD64 or AARCH64/ARM64 architecture) to run. Wazuh recommends any of the following operating system versions:
4949

5050
.. list-table::
5151
:width: 100%

0 commit comments

Comments
 (0)