You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/installation-guide/wazuh-agent/index.rst
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@
3
3
.. meta::
4
4
:description: Find out in this section more about the Wazuh agent, its capabilities, and the options for installing the agent on different operating systems.
Copy file name to clipboardExpand all lines: source/installation-guide/wazuh-agent/wazuh-agent-package-aix.rst
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,21 +20,20 @@ The deployment of a Wazuh agent on an AIX system uses deployment variables that
20
20
21
21
#. To start the deployment process, download the `AIX installer <https://packages.wazuh.com/|WAZUH_CURRENT_MAJOR_AIX|/aix/wazuh-agent-|WAZUH_CURRENT_AIX|-|WAZUH_REVISION_AIX|.aix.ppc.rpm>`_.
22
22
23
-
#. To deploy the Wazuh agent to your endpoint, edit the ``WAZUH_MANAGER`` variable so that it contains the Wazuh manager IP address or hostname.
23
+
#. Run the command below to deploy the Wazuh agent to your endpoint. Replace the ``WAZUH_MANAGER`` value with your Wazuh manager IP address or hostname:
For additional deployment options such as agent name, agent group, and registration password, see :doc:`Deployment variables for AIX </user-manual/agent/agent-enrollment/deployment-variables/deployment-variables-aix>` section.
30
-
30
+
31
31
.. note:: Alternatively, if you want to install an agent without registering it, omit the deployment variables. To learn more about the different registration methods, see the :doc:`Wazuh agent enrollment </user-manual/agent/agent-enrollment/index>` section.
32
32
33
-
#. To complete the installation process, start the Wazuh agent.
33
+
#. Start the Wazuh agent to complete the installation process:
34
34
35
-
.. code-block:: console
35
+
.. code-block:: console
36
36
37
37
# /var/ossec/bin/wazuh-control start
38
38
39
-
40
39
The deployment process is now complete, and the Wazuh agent is successfully running on your AIX endpoint.
# tar -xvf wazuh-agent-|WAZUH_CURRENT_HPUX|-|WAZUH_REVISION_HPUX|-hpux-11v3-ia64.tar
32
32
33
+
#. Edit the ``/var/ossec/etc/ossec.conf`` file and replace ``<WAZUH_MANAGER_IP_ADDRESS>`` with the IP address of the Wazuh manager:
33
34
34
-
The installation process is now complete, and the Wazuh agent is successfully installed on your HP-UX endpoint. The next step is to register and configure the agent to communicate with the Wazuh server. To perform this action, see the :doc:`Linux/Unix agent enrollment via agent configuration </user-manual/agent/agent-enrollment/enrollment-methods/via-agent-configuration/linux-endpoint>` section. To learn more about agent enrollment, visit :doc:`Wazuh agent enrollment </user-manual/agent/agent-enrollment/index>`.
35
+
.. code-block:: xml
36
+
:emphasize-lines: 3
37
+
38
+
<client>
39
+
<server>
40
+
<address><WAZUH_MANAGER_IP_ADDRESS></address>
41
+
</server>
42
+
</client>
43
+
44
+
To learn more about this enrollment method, see the :doc:`Linux/Unix agent enrollment via agent configuration </user-manual/agent/agent-enrollment/enrollment-methods/via-agent-configuration/linux-endpoint>` section.
45
+
46
+
#. Start the Wazuh agent to complete the installation process:
47
+
48
+
.. code-block:: console
49
+
50
+
# /var/ossec/bin/wazuh-control start
51
+
52
+
The installation process is now complete and the Wazuh agent is now successfully running on your HP-UX endpoint.
Copy file name to clipboardExpand all lines: source/installation-guide/wazuh-agent/wazuh-agent-package-linux.rst
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,9 @@ Add the Wazuh repository to download the official packages.
44
44
Deploy a Wazuh agent
45
45
--------------------
46
46
47
-
#. To deploy the Wazuh agent on your endpoint, select your package manager and edit the ``WAZUH_MANAGER`` variable to contain your Wazuh manager IP address or hostname.
47
+
Follow these steps to deploy the Wazuh agent on your Linux endpoint.
48
+
49
+
#. Select your package manager and run the command below. Replace the ``WAZUH_MANAGER`` value with your Wazuh manager IP address or hostname:
For additional deployment options such as agent name, agent group, and registration password, see the :doc:`Deployment variables for Linux </user-manual/agent/agent-enrollment/deployment-variables/deployment-variables-linux>` section.
77
+
For additional deployment options such as agent name, agent group, and enrollment password, see the :doc:`Deployment variables for Linux </user-manual/agent/agent-enrollment/deployment-variables/deployment-variables-linux>` section.
76
78
77
79
.. note::
78
80
@@ -84,24 +86,25 @@ Deploy a Wazuh agent
84
86
85
87
The deployment process is now complete, and the Wazuh agent is successfully running on your Linux system.
86
88
87
-
- **Recommended action** - Disable Wazuh updates
89
+
Disable Wazuh updates
90
+
---------------------
88
91
89
-
Compatibility between the Wazuh agent and the Wazuh manager is guaranteed when the Wazuh manager version is later than or equal to that of the Wazuh agent. Therefore, we recommend disabling the Wazuh repository to prevent accidental upgrades. To do so, use the following command:
92
+
Compatibility between the Wazuh agent and the Wazuh manager is guaranteed when the Wazuh manager version is later than or equal to that of the Wazuh agent. Therefore, we recommend disabling the Wazuh repository to prevent accidental upgrades. To do so, use the following command:
Copy file name to clipboardExpand all lines: source/installation-guide/wazuh-agent/wazuh-agent-package-macos.rst
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
.. meta::
4
4
:description: Learn more about how to successfully install the Wazuh agent on macOS systems in this section of our Installation Guide.
5
5
6
-
Installing Wazuh agents on macOS endpoints
7
-
==========================================
6
+
Deploying Wazuh agents on macOS endpoints
7
+
=========================================
8
8
9
9
The Wazuh agent runs on the endpoint you want to monitor and communicates with the Wazuh manager, sending data in near real-time through an encrypted and authenticated channel.
10
10
@@ -17,7 +17,6 @@ The Wazuh agent runs on the endpoint you want to monitor and communicates with t
17
17
#. To start the installation process, download the Wazuh agent according to your architecture:
18
18
19
19
- **Intel**: |macOS_intel_64|. Suitable for macOS Sierra and later.
20
-
21
20
- **Apple silicon**: |macOS_arm64|. Suitable for macOS Big Sur and later.
22
21
23
22
#. Select the installation method you want to follow: Command line interface (CLI) or graphical user interface (GUI).
@@ -42,20 +41,20 @@ The Wazuh agent runs on the endpoint you want to monitor and communicates with t
For additional deployment options such as agent name, agent group, and registration password, see the :doc:`Deployment variables for macOS </user-manual/agent/agent-enrollment/deployment-variables/deployment-variables-macos>` section.
44
+
For additional deployment options such as agent name, agent group, and enrollment password, see the :doc:`Deployment variables for macOS </user-manual/agent/agent-enrollment/deployment-variables/deployment-variables-macos>` section.
45
+
46
+
.. note::
46
47
47
-
.. note:: Alternatively, if you want to install an agent without registering it, omit the deployment variables. To learn more about the different registration methods, see the :doc:`Wazuh agent enrollment </user-manual/agent/agent-enrollment/index>` section.
48
+
Alternatively, if you want to install an agent without enrolling it, omit the deployment variables. To learn more about the different enrollment methods, see the :doc:`Wazuh agent enrollment </user-manual/agent/agent-enrollment/index>` section.
48
49
49
-
#. To complete the installation process, start the Wazuh agent.
50
+
#. Start the Wazuh agent to complete the installation process:
50
51
51
52
.. code-block:: console
52
53
53
54
# launchctl bootstrap system /Library/LaunchDaemons/com.wazuh.agent.plist
54
55
55
-
56
56
The installation process is now complete, and the Wazuh agent is successfully deployed and running on your macOS endpoint.
57
57
58
-
59
58
.. group-tab:: GUI
60
59
61
60
#. To install the Wazuh agent on your system, run the downloaded file and follow the steps in the installation wizard. If you are not sure how to answer some of the prompts, use the default answers.
@@ -65,7 +64,7 @@ The Wazuh agent runs on the endpoint you want to monitor and communicates with t
65
64
:title: macOS agent installer
66
65
:alt: macOS agent installer
67
66
68
-
#. To complete the installation process, start the Wazuh agent.
67
+
#. Start the Wazuh agent to complete the installation process:
#. Edit the ``/var/ossec/etc/ossec.conf`` file and replace ``<WAZUH_MANAGER_IP_ADDRESS>`` with the IP address of the Wazuh manager:
38
+
39
+
.. code-block:: xml
40
+
:emphasize-lines: 3
41
+
42
+
<client>
43
+
<server>
44
+
<address><WAZUH_MANAGER_IP_ADDRESS></address>
45
+
</server>
46
+
</client>
47
+
48
+
To learn more about this enrollment method, see the :doc:`Linux/Unix agent enrollment via agent configuration </user-manual/agent/agent-enrollment/enrollment-methods/via-agent-configuration/linux-endpoint>` section.
49
+
50
+
#. Start the Wazuh agent to complete the installation process:
51
+
52
+
.. code-block:: console
53
+
54
+
# /var/ossec/bin/wazuh-control start
55
+
37
56
.. group-tab:: Solaris 11
38
57
39
58
#. Download the `Wazuh agent for Solaris 11 i386 <https://packages.wazuh.com/4.x/solaris/i386/11/wazuh-agent_v|WAZUH_CURRENT_SOLARIS11_i386|-sol11-i386.p5p>`_.
@@ -44,11 +63,30 @@ To start the installation process, select your architecture: i386 or SPARC.
#. Edit the ``/var/ossec/etc/ossec.conf`` file and replace ``<WAZUH_MANAGER_IP_ADDRESS>`` with the IP address of the Wazuh manager:
73
+
74
+
.. code-block:: xml
75
+
:emphasize-lines: 3
76
+
77
+
<client>
78
+
<server>
79
+
<address><WAZUH_MANAGER_IP_ADDRESS></address>
80
+
</server>
81
+
</client>
82
+
83
+
To learn more about this enrollment method, see the :doc:`Linux/Unix agent enrollment via agent configuration </user-manual/agent/agent-enrollment/enrollment-methods/via-agent-configuration/linux-endpoint>` section.
84
+
85
+
#. Start the Wazuh agent to complete the installation process:
#. Edit the ``/var/ossec/etc/ossec.conf`` file and replace ``<WAZUH_MANAGER_IP_ADDRESS>`` with the IP address of the Wazuh manager:
108
+
109
+
.. code-block:: xml
110
+
:emphasize-lines: 3
111
+
112
+
<client>
113
+
<server>
114
+
<address><WAZUH_MANAGER_IP_ADDRESS></address>
115
+
</server>
116
+
</client>
117
+
118
+
To learn more about this enrollment method, see the :doc:`Linux/Unix agent enrollment via agent configuration </user-manual/agent/agent-enrollment/enrollment-methods/via-agent-configuration/linux-endpoint>` section.
119
+
120
+
#. Start the Wazuh agent to complete the installation process:
121
+
122
+
.. code-block:: console
123
+
124
+
# /var/ossec/bin/wazuh-control start
125
+
69
126
.. group-tab:: Solaris 11
70
127
71
128
#. Download the `Wazuh agent for Solaris 11 SPARC <https://packages.wazuh.com/4.x/solaris/sparc/11/wazuh-agent_v|WAZUH_CURRENT_SOLARIS11_SPARC|-sol11-sparc.p5p>`_.
@@ -76,10 +133,29 @@ To start the installation process, select your architecture: i386 or SPARC.
#. Edit the ``/var/ossec/etc/ossec.conf`` file and replace ``<WAZUH_MANAGER_IP_ADDRESS>`` with the IP address of the Wazuh manager:
143
+
144
+
.. code-block:: xml
145
+
:emphasize-lines: 3
146
+
147
+
<client>
148
+
<server>
149
+
<address><WAZUH_MANAGER_IP_ADDRESS></address>
150
+
</server>
151
+
</client>
152
+
153
+
To learn more about this enrollment method, see the :doc:`Linux/Unix agent enrollment via agent configuration </user-manual/agent/agent-enrollment/enrollment-methods/via-agent-configuration/linux-endpoint>` section.
154
+
155
+
#. Start the Wazuh agent to complete the installation process:
The installation process is now complete, and the Wazuh agent is successfully installed on your Solaris endpoint. The next step is to register and configure the agent to communicate with the Wazuh server. To perform this action, see the :doc:`Wazuh agent enrollment </user-manual/agent/agent-enrollment/index>` section.
161
+
The installation process is now complete and the Wazuh agent is successfully installed on your Solaris endpoint.
0 commit comments