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: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
14
14
- Added information about filters in the Windows agent to block UNC and mapped drive paths to mitigate *NetNTLMv2* vulnerabilities. ([#8665](https://github.com/wazuh/wazuh-documentation/pull/8665))
15
15
- Added the Wazuh global queries documentation. ([#8722](https://github.com/wazuh/wazuh-documentation/pull/8722))
16
16
- Added `remoted.ctrl_msg_queue_size` internal option and new remoted statistics fields. ([#8769](https://github.com/wazuh/wazuh-documentation/pull/8769))
17
-
- Added Wazuh agent deployment on Docker documentation. ([#8798](https://github.com/wazuh/wazuh-documentation/pull/8798))
17
+
- Added Wazuh agent deployment on Docker documentation. ([#8798](https://github.com/wazuh/wazuh-documentation/pull/8798)) ([#8845](https://github.com/wazuh/wazuh-documentation/pull/8845))
Copy file name to clipboardExpand all lines: source/deployment-options/docker/wazuh-container.rst
+23-10Lines changed: 23 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Wazuh supports the deployment of its central components and agent on Docker.
30
30
31
31
This deployment stack provides persistent storage, secure communication, and high availability.
32
32
33
-
- You can deploy a `Wazuh agent`_ container on a Docker host.
33
+
- `Wazuh agent`_: This deploys the Wazuh agent as a container on your Docker host.
34
34
35
35
Prerequisites
36
36
-------------
@@ -58,6 +58,15 @@ Multi-node stack deployment
58
58
- **Memory**: At least 16 GB for the Docker host
59
59
- **Disk space**: At least 100 GB storage for Docker images and data volumes
60
60
61
+
Wazuh agent deployment
62
+
~~~~~~~~~~~~~~~~~~~~~~
63
+
64
+
- **Operating system**: Linux
65
+
- **Architecture**: AMD64
66
+
- **CPU**: At least 2 cores
67
+
- **Memory**: At least 1 GB of RAM for the Docker host
68
+
- **Disk space**: At least 10 GB storage for Docker images and logs
69
+
61
70
Required software
62
71
^^^^^^^^^^^^^^^^^
63
72
@@ -159,6 +168,7 @@ You must provide certificates for each node to secure communication between them
159
168
#. **Optional**: Add the following to the ``generate-indexer-certs.yml`` file if your system uses a proxy. If not, skip this step. Replace ``<YOUR_PROXY_ADDRESS_OR_DNS>`` with your proxy information.
160
169
161
170
.. code-block:: yaml
171
+
:emphasize-lines: 9,10
162
172
163
173
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
164
174
services:
@@ -297,6 +307,7 @@ You must provide certificates for each node to secure communication between them
297
307
#. **Optional**: Add the following to the ``generate-indexer-certs.yml`` file if your system uses a proxy. If not, skip this step. Replace ``<YOUR_PROXY_ADDRESS_OR_DNS>`` with your proxy information.
298
308
299
309
.. code-block:: yaml
310
+
:emphasize-lines: 9,10
300
311
301
312
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
302
313
services:
@@ -356,7 +367,7 @@ Deployment
356
367
357
368
.. group-tab:: Background
358
369
359
-
.. code-block:: console
370
+
.. code-block:: console
360
371
361
372
# docker compose up -d
362
373
@@ -423,7 +434,7 @@ Follow these steps to deploy the Wazuh agent using Docker.
423
434
#. Edit the ``docker-compose.yml`` file. Replace ``<YOUR_WAZUH_MANAGER_IP>`` with the IP address of your Wazuh manager. Locate the environment section for the agent service and update it:
424
435
425
436
.. code-block:: yaml
426
-
:emphasize-lines: 7
437
+
:emphasize-lines: 6,7
427
438
428
439
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
429
440
services:
@@ -435,18 +446,20 @@ Follow these steps to deploy the Wazuh agent using Docker.
#. Start the Wazuh agent deployment using ``docker-compose``:
449
+
#. Start the Wazuh agent deployment using ``docker compose``:
450
+
451
+
.. tabs::
439
452
440
-
- **Background**:
453
+
.. group-tab:: Background
441
454
442
-
.. code-block:: console
455
+
.. code-block:: console
443
456
444
-
# docker-compose up -d
457
+
# dockercompose up -d
445
458
446
-
- **Foreground**:
459
+
.. group-tab:: Foreground
447
460
448
-
.. code-block:: console
461
+
.. code-block:: console
449
462
450
-
# docker-compose up
463
+
# dockercompose up
451
464
452
465
#. Verify from your Wazuh dashboard that the Wazuh agent deployment was successful and visible. Navigate to the **Agent management** > **Summary**, and you should see the Wazuh agent container active on your dashboard.
0 commit comments