We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a46e2 commit 8df516eCopy full SHA for 8df516e
doc/source/configuration/wazuh.rst
@@ -57,7 +57,9 @@ Define VM sizing in ``etc/kayobe/inventory/group_vars/wazuh-manager/infra-vms``:
57
infra_vm_data_capacity: "200G"
58
59
60
-Optional: define LVM volumes ``etc/kayobe/inventory/group_vars/wazuh-manager/lvm``:
+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.
63
64
.. code-block:: console
65
@@ -73,7 +75,7 @@ Optional: define LVM volumes ``etc/kayobe/inventory/group_vars/wazuh-manager/lvm
73
75
size: "100%VG"
74
76
filesystem: "ext4"
77
mount: true
- mntp: "/var/lib/elasticsearch"
78
+ mntp: "/var/ossec"
79
create: true
80
81
0 commit comments