Experimental environments using Vagrant.
- Vagrant
- Virtualbox
git clone https://github.com/jesusgn90/vagrant-lab
cd vagrant-lab
vagrant up
You will build 7 virtual machines using this Vagrantfile.
- First machine is named
master
and it includes Wazuh manager (master node), Wazuh API and Splunk forwarder. - Second machine is named
client
and it includes Wazuh manager (client node. connected to first machine) and Splunk forwarder. - Third machine is the Splunk indexer where the alerts will be received.
- Machines 3-7 are Wazuh agents connected to master node from Wazuh cluster.
- Wazuh manager 3.4.0
- Wazuh API 3.4.0
- Splunk 7.1.3
- Fork this repository from
master
branch - Test your changes
- Submit a pull request
That's all!