I currently have a 3-node Wazuh cluster with the following architecture:
VM1
VM2
VM3
My goal is to add an additional node to the cluster using the same architecture. However, I am not sure about the best approach or how the synchronization and data distribution would work in this scenario.
At the moment, I have around 1.5 TB of indexes on each node. My current configuration uses 3 shards and 1 replica.
Would it be possible to clone one of the existing worker VMs, change the corresponding IP address, and then enroll it into the cluster?
Alternatively, if I create the new machine from scratch, would the existing index data from the current 3 nodes be automatically replicated to the new node?
I would appreciate your recommendations on the best and safest way to expand the cluster.
Hi Sergio,
Wazuh components are easily scalable. You can easily add more Wazuh Manager or indexer nodes to the existing deployment. Check these documents for reference.
Adding new Wazuh indexer nodes
Adding new Wazuh server nodes