Skip to content

Commit 8df516e

Browse files
committed
Change LVM reccomendations for Wazuh
1 parent 73a46e2 commit 8df516e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/source/configuration/wazuh.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ Define VM sizing in ``etc/kayobe/inventory/group_vars/wazuh-manager/infra-vms``:
5757
infra_vm_data_capacity: "200G"
5858
5959
60-
Optional: define LVM volumes ``etc/kayobe/inventory/group_vars/wazuh-manager/lvm``:
60+
Optional: define LVM volumes in ``etc/kayobe/inventory/group_vars/wazuh-manager/lvm``.
61+
``/var/ossec`` often requires greater storage space, and ``/var/lib/wazuh-indexer``
62+
may be beneficial too.
6163

6264
.. code-block:: console
6365
@@ -73,7 +75,7 @@ Optional: define LVM volumes ``etc/kayobe/inventory/group_vars/wazuh-manager/lvm
7375
size: "100%VG"
7476
filesystem: "ext4"
7577
mount: true
76-
mntp: "/var/lib/elasticsearch"
78+
mntp: "/var/ossec"
7779
create: true
7880
7981

0 commit comments

Comments
 (0)