User Actions Logging
Set the parameters
vm.max_map_count=262144
andvm.overcommit_memory=1
:echo 'vm.max_map_count=262144' >> /etc/sysctl.conf echo 'vm.overcommit_memory = 1' >> /etc/sysctl.conf sysctl -p
To enable the users' actions logging option, replace
docker-compose.yml
with the contents ofdocker-compose.elk.yml
:cd ~/testgear cp docker-compose.yml docker-compose.yml.bak # backup cp docker-compose.elk.yml docker-compose.yml
Follow the steps from the TestGear installation or Update Guide.