This PR implements support for Wazuh v3.9.1_6.7.1. Additionally, it also includes a refactor of the provisioning scripts, some commands were modularized into functions.
Elasticsearch Auto-Scaling Group. Due to the changes in the latest Elastic 7.x version, the ec2 discovery plugin doesn't work anymore due to the bootstrapping phase, which requires the first master node to know the rest of the master candidates at that time. So it was needed to redesign the architecture to these main points:
One master candidate which bootstrap the cluster.
Another two master candidates join to the cluster.
Add an ASG for data and ingest nodes (Pending to implement).
Hi team,
This PR implements support for Wazuh v3.9.1_6.7.1. Additionally, it also includes a refactor of the provisioning scripts, some commands were modularized into functions.
Elements removed:
ec2
discovery plugin doesn't work anymore due to thebootstrapping
phase, which requires the first master node to know the rest of the master candidates at that time. So it was needed to redesign the architecture to these main points:Regards