Capstone Project for Georgia Tech Master's in Cybersecurity
Containerized open-source stack
Increase max_map_count on your host (Linux) Wazuh indexer creates many memory-mapped areas. So you need to set the kernel to give a process at least 262,144 memory-mapped areas.
Increase max_map_count on your Docker host:
sysctl -w vm.max_map_count=262144
Update the vm.max_map_count setting in /etc/sysctl.conf
to set this value permanently. To verify after rebooting, run sysctl vm.max_map_count
.
Warning If you don’t set the max_map_count on your host, the Wazuh, TheHive, and Shuffle indexers will NOT work properly.
Run install.sh script for auto-installation (sudo chmod +x install.sh
to make it executable).